python311Packages.dissect-cim: 3.8 -> 3.9

Diff: https://github.com/fox-it/dissect.cim/compare/refs/tags/3.8...3.9

Changelog: https://github.com/fox-it/dissect.cim/releases/tag/3.9
This commit is contained in:
Fabian Affolter
2024-05-08 00:12:33 +02:00
parent 89abfb9d8a
commit af2568d584
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-cim";
version = "3.8";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.cim";
rev = "refs/tags/${version}";
hash = "sha256-NbGI6d1C3X7PbTsbDSCS4AUK6ueCBOuQDTNhkULrLYc=";
hash = "sha256-UZ4mlshaKqZKoysvnGfcaoMOrMwfsN/qOJ8hrpMcQL0=";
};
nativeBuildInputs = [