python312Packages.dissect-evidence: 3.10 -> 3.11

This commit is contained in:
R. Ryantm 2025-03-11 08:54:53 +00:00
parent 56f4e06f2a
commit d90c3fc3db

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-evidence";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.evidence";
tag = version;
hash = "sha256-VUdJkMtJkWGn79iopeZCTjAoD7mZkRxQaJ9Lem7Wkt8=";
hash = "sha256-1MXOlPhiSAOJtX2MDaLFw4tFpp+GaGUxlU3jq/Mereo=";
};
build-system = [
@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Dissect module implementing a parsers for various forensic evidence file containers";
homepage = "https://github.com/fox-it/dissect.evidence";
changelog = "https://github.com/fox-it/dissect.evidence/releases/tag/${version}";
changelog = "https://github.com/fox-it/dissect.evidence/releases/tag/${src.tag}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
};