python312Packages.dissect-evidence: 3.10 -> 3.11

R. Ryantm d90c3fc3 56f4e06f

Changed files
+3 -3
pkgs
development
python-modules
dissect-evidence
+3 -3
pkgs/development/python-modules/dissect-evidence/default.nix
···
buildPythonPackage rec {
pname = "dissect-evidence";
-
version = "3.10";
+
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "fox-it";
repo = "dissect.evidence";
tag = version;
-
hash = "sha256-VUdJkMtJkWGn79iopeZCTjAoD7mZkRxQaJ9Lem7Wkt8=";
+
hash = "sha256-1MXOlPhiSAOJtX2MDaLFw4tFpp+GaGUxlU3jq/Mereo=";
};
build-system = [
···
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 ];
};