python311Packages.dissect-cim: 3.6 -> 3.7

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

Changelog: https://github.com/fox-it/dissect.cim/releases/tag/3.7
This commit is contained in:
Fabian Affolter 2023-07-06 11:21:49 +02:00
parent 8eac138352
commit c0ded27d46

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-cim";
version = "3.6";
version = "3.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cim";
rev = "refs/tags/${version}";
hash = "sha256-/Ze/fuWHa1Jfh63JnyJ4RvAq7HZv9CJyUGlt87YzpEs=";
hash = "sha256-+HHjDUSepAEebMD5ckjXbfgA4AKlNMBYHwxDq+jdhxw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;