python311Packages.dissect-shellitem: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/dissect.shellitem/releases/tag/3.8
This commit is contained in:
Fabian Affolter
2024-05-08 00:13:16 +02:00
parent f857626215
commit 507f84ea8c
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-shellitem";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.shellitem";
rev = "refs/tags/${version}";
hash = "sha256-E5v7WuAd47X/1LSeaje4EUv+GuFq5Ksg4ndOScFreYE=";
hash = "sha256-zoq42Au2dNJTryj3GNXJrEGvE0az8psPuMXoJNc74QM=";
};
nativeBuildInputs = [