python311Packages.dissect-evidence: 3.9 -> 3.10

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

Changelog: https://github.com/fox-it/dissect.evidence/releases/tag/3.10
This commit is contained in:
Fabian Affolter 2024-07-04 21:52:52 +02:00
parent fe0afc7ad4
commit f51d55e5f0

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-evidence";
version = "3.9";
version = "3.10";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.evidence";
rev = "refs/tags/${version}";
hash = "sha256-0WLX5mD+opJoRdnk4w8mMySn41473PcRod4YxEk3S2s=";
hash = "sha256-VUdJkMtJkWGn79iopeZCTjAoD7mZkRxQaJ9Lem7Wkt8=";
};
build-system = [