python311Packages.dissect-cstruct: 3.6 -> 3.7

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

Changelog: https://github.com/fox-it/dissect.cstruct/releases/tag/3.7
This commit is contained in:
Fabian Affolter 2023-05-27 21:27:33 +02:00
parent 761b942d44
commit 85f19dd675

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "3.6";
version = "3.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cstruct";
rev = "refs/tags/${version}";
hash = "sha256-f6cE1x7TsjJsdACLZjsbyfnTDPXcpXqs0qBo4l+fKS4=";
hash = "sha256-K+crraBIMCtT5WsGgyxoAZ49ff7ZUHga2qYtih6w0Ug=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;