python311Packages.dissect-cstruct: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/dissect.cstruct/releases/tag/3.8
This commit is contained in:
Fabian Affolter 2023-07-06 11:26:16 +02:00
parent 18bce8c2fb
commit 5525a7d82f

View file

@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.cstruct";
rev = "refs/tags/${version}";
hash = "sha256-K+crraBIMCtT5WsGgyxoAZ49ff7ZUHga2qYtih6w0Ug=";
hash = "sha256-ART7m0OR0KjkZYHXDoNGJDX0v7h+FgctAaWXNFohGV8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;