python311Packages.dissect-evidence: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/dissect.evidence/releases/tag/3.8
This commit is contained in:
Fabian Affolter
2024-03-08 09:41:38 +01:00
parent dd7a512dc1
commit 149e29003d
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-evidence";
version = "3.7";
version = "3.8";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.evidence";
rev = "refs/tags/${version}";
hash = "sha256-b7Ls3Xfd0scMe/gccjvRfuADITnz5QpJNLUaIgmZtpI=";
hash = "sha256-/zmMPSVR6F6SIU7xuotErmU2SsKEV43rs/4oTVKAWz0=";
};
nativeBuildInputs = [