python311Packages.dissect-evidence: 3.8 -> 3.9

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

Changelog: https://github.com/fox-it/dissect.evidence/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2024-05-08 00:12:55 +02:00
parent a8155ef760
commit 5b8dbdadd2

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-evidence";
version = "3.8";
version = "3.9";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.evidence";
rev = "refs/tags/${version}";
hash = "sha256-/zmMPSVR6F6SIU7xuotErmU2SsKEV43rs/4oTVKAWz0=";
hash = "sha256-0WLX5mD+opJoRdnk4w8mMySn41473PcRod4YxEk3S2s=";
};
nativeBuildInputs = [