python3Packages.dissect-cim: 3.12 -> 3.13

This commit is contained in:
R. Ryantm
2025-11-24 10:11:11 +00:00
parent 6ab7e3d754
commit f5c0cc8512
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-cim";
version = "3.12";
version = "3.13";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cim";
tag = version;
hash = "sha256-e1G4642QeIhtKWvtfiQs3eOl+dFP/8VWZJGvO8dFWxY=";
hash = "sha256-S3EbGWLajfWTy0h0cmECHmHH/QLu5WmhnqTCQWSbYs8=";
};
build-system = [