python311Packages.dissect-cstruct: 3.9 -> 3.10

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

Changelog: https://github.com/fox-it/dissect.cstruct/releases/tag/3.10
This commit is contained in:
Fabian Affolter 2023-09-27 10:50:53 +02:00
parent 5d435189df
commit 0949501aff

View file

@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "3.9";
version = "3.10";
format = "pyproject";
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.cstruct";
rev = "refs/tags/${version}";
hash = "sha256-v0giDdH6bYCSrotd9WGSlIMzylTz7FHeCE/JkCw7frY=";
hash = "sha256-cdBojvFI0cN6mEZ98xLa3XldvIoR+Jv1c0/hvVkKVoQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;