python310Packages.dissect-cim: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.cim/compare/3.2...3.3
This commit is contained in:
Fabian Affolter 2022-12-10 17:30:49 +01:00
parent e212230b2d
commit 7ae09fdc4b

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-cim";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cim";
rev = version;
hash = "sha256-rWlAYndqqZ6l/iwk1u2gG0mtQHvAMYUUEWo23hLykXI=";
hash = "sha256-d02P6RXIiriOujGns9mOkyiJLNQFNTTW61kInzS17Y4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;