python310Packages.dissect-cstruct: 3.8 -> 3.9

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

Changelog: https://github.com/fox-it/dissect.cstruct/releases/tag/3.9
This commit is contained in:
Fabian Affolter
2023-08-11 09:17:34 +02:00
parent 6c400960cc
commit eace553380
@@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "3.8";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.cstruct";
rev = "refs/tags/${version}";
hash = "sha256-ART7m0OR0KjkZYHXDoNGJDX0v7h+FgctAaWXNFohGV8=";
hash = "sha256-v0giDdH6bYCSrotd9WGSlIMzylTz7FHeCE/JkCw7frY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;