python313Packages.dissect-cim: 3.10 -> 3.12

Changelog: https://github.com/fox-it/dissect.cim/releases/tag/3.12
This commit is contained in:
Fabian Affolter
2025-05-21 00:09:00 +02:00
parent 25564eeade
commit c65bf443f8

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-cim";
version = "3.10";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cim";
tag = version;
hash = "sha256-7Mv8yiWEs/mj/JKDrD1BxT75tQr13VgGj0yHdRltcYM=";
hash = "sha256-e1G4642QeIhtKWvtfiQs3eOl+dFP/8VWZJGvO8dFWxY=";
};
build-system = [
@@ -38,6 +38,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "dissect.cim" ];
# gzip.BadGzipFile: Not a gzipped file
doCheck = false;
meta = with lib; {
description = "Dissect module implementing a parser for the Windows Common Information Model (CIM) database";
homepage = "https://github.com/fox-it/dissect.cim";