python310Packages.dissect-cstruct: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.cstruct/compare/3.2...3.3
This commit is contained in:
Fabian Affolter 2022-12-10 17:30:54 +01:00
parent 0635be9221
commit c72311b5f7

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cstruct";
rev = version;
hash = "sha256-iP00EcEkUWoYi+SCo/gY9LSVtCSQZ3g2wMs4Z8m+X2M=";
hash = "sha256-8OxAsrECgsQf8+EaZtJ3XNhwdhBI08o3r+xhD/D1NhQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;