python310Packages.dissect-cstruct: 3.3 -> 3.5

Diff: https://github.com/fox-it/dissect.cstruct/compare/refs/tags/3.3...3.5

Changelog: https://github.com/fox-it/dissect.cstruct/releases/tag/3.5
This commit is contained in:
Fabian Affolter 2023-02-11 10:24:09 +01:00
parent b59573da55
commit 3a375a00a9

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "3.3";
version = "3.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cstruct";
rev = "refs/tags/${version}";
hash = "sha256-8OxAsrECgsQf8+EaZtJ3XNhwdhBI08o3r+xhD/D1NhQ=";
hash = "sha256-tEWqw3ySF1ebOMztZwAlkTiY0mFCzTM58wD0XDfljFA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;