python310Packages.dissect-target: 3.10 -> 3.11

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

Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.11
This commit is contained in:
Fabian Affolter 2023-08-11 09:18:58 +02:00
parent 8363f29fa6
commit a43125913b

View File

@ -39,16 +39,16 @@
buildPythonPackage rec {
pname = "dissect-target";
version = "3.10";
version = "3.11";
format = "pyproject";
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.target";
rev = "refs/tags/${version}";
hash = "sha256-zAcNkRwCnU/53h8/WsaGjCpgPovPb+5VOu/6SHXu31g=";
hash = "sha256-WnF0Z/1jIUKSDAToQzKpiYQgn58KvQJfxk6r8oXANvU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;