python311Packages.dissect-shellitem: 3.8 -> 3.9

Diff: https://github.com/fox-it/dissect.shellitem/compare/refs/tags/3.8...3.9

Changelog: https://github.com/fox-it/dissect.shellitem/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2024-07-04 21:53:40 +02:00
parent 04a17e99b5
commit 52f15b85e0

View file

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-shellitem";
version = "3.8";
version = "3.9";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.shellitem";
rev = "refs/tags/${version}";
hash = "sha256-zoq42Au2dNJTryj3GNXJrEGvE0az8psPuMXoJNc74QM=";
hash = "sha256-bkh8eiq07cspRQfs1amiyDuFmoXSBwG/fS/6nn9KV/Y=";
};
build-system = [