python311Packages.dissect-cim: 3.5 -> 3.6

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

Changelog: https://github.com/fox-it/dissect.cim/releases/tag/3.6
This commit is contained in:
Fabian Affolter 2023-05-27 21:46:41 +02:00
parent a32563696d
commit 417e9e7d83

View File

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