python311Packages.dissect-target: 3.9 -> 3.10

Diff: https://github.com/fox-it/dissect.target/compare/refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.10
This commit is contained in:
Fabian Affolter 2023-07-06 11:02:13 +02:00
parent 201021aff6
commit 8eac138352

View file

@ -38,16 +38,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-target"; pname = "dissect-target";
version = "3.9"; version = "3.10";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.10";
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-oqBBcoqk8HFuxnJK7/01Neb7Lwb1sIM/TMgXKVCBUoc="; hash = "sha256-zAcNkRwCnU/53h8/WsaGjCpgPovPb+5VOu/6SHXu31g=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;