python311Packages.dissect-cim: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/dissect.cim/releases/tag/3.8
This commit is contained in:
Fabian Affolter
2024-03-08 09:41:15 +01:00
parent d8fb224f4c
commit 36eb8a2609
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-cim";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.cim";
rev = "refs/tags/${version}";
hash = "sha256-+HHjDUSepAEebMD5ckjXbfgA4AKlNMBYHwxDq+jdhxw=";
hash = "sha256-NbGI6d1C3X7PbTsbDSCS4AUK6ueCBOuQDTNhkULrLYc=";
};
nativeBuildInputs = [