python311Packages.dissect-target: 3.11.1 -> 3.12

Diff: https://github.com/fox-it/dissect.target/compare/refs/tags/3.11.1...3.12

Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.12
This commit is contained in:
Fabian Affolter 2023-09-27 10:51:31 +02:00
parent 26efd90a01
commit 61c18791d1

View file

@ -39,16 +39,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-target"; pname = "dissect-target";
version = "3.11.1"; version = "3.12";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.11.1"; disabled = pythonOlder "3.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.target"; repo = "dissect.target";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-xT0PXah+sYzSDRoBU4OWBp+zhlinKRuQUDBLvos4zKk="; hash = "sha256-ByjeQcoDi0edum2XebF2DQ7d0xeH2nyulj6vt7bztKg=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;