python311Packages.dissect-cstruct: 3.14 -> 4.0

Diff: https://github.com/fox-it/dissect.cstruct/compare/refs/tags/3.14...4.0

Changelog: https://github.com/fox-it/dissect.cstruct/releases/tag/4.0
This commit is contained in:
Fabian Affolter
2024-07-12 22:02:35 +02:00
parent 1a02d3cd3d
commit ced6d40f6e
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "3.14";
version = "4.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cstruct";
rev = "refs/tags/${version}";
hash = "sha256-Et6Pb7iRVlxcrR4gZf+5h7mVikf7CyDd7N+q4TH18vg=";
hash = "sha256-iQbHt8qhplwR/CHaDOWr/pDCZ+lPbrWDJKr3989DLDA=";
};
build-system = [