python312Packages.dissect-cstruct: 4.2 -> 4.3

Diff: https://github.com/fox-it/dissect.cstruct/compare/refs/tags/4.2...4.3

Changelog: https://github.com/fox-it/dissect.cstruct/releases/tag/4.3
This commit is contained in:
Fabian Affolter 2024-11-18 20:34:33 +01:00
parent 7fcc05ff4a
commit 4e4934e1a8

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "4.2";
version = "4.3";
pyproject = true;
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.cstruct";
rev = "refs/tags/${version}";
hash = "sha256-HYBt1ok2ytqBodHwpBPQqjm9fNPkE6ID2j9Bn2sm7wA=";
hash = "sha256-Y6maLjugnso3cc9zyiZ/6AdrftYAAImYNBDXPJdTuWc=";
};
build-system = [