python3Packages.dissect-evidence: 3.11 -> 3.12 (#464454)

This commit is contained in:
Fabian Affolter
2025-11-25 08:00:21 +00:00
committed by GitHub
@@ -7,21 +7,18 @@
setuptools,
setuptools-scm,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "dissect-evidence";
version = "3.11";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.evidence";
tag = version;
hash = "sha256-1MXOlPhiSAOJtX2MDaLFw4tFpp+GaGUxlU3jq/Mereo=";
hash = "sha256-kSM2fXaK3H6os/RexwOGg2d8UptoAlHnYK7FlMTg2bI=";
};
build-system = [