python311Packages.dissect-cstruct: 3.10 -> 3.12

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

Changelog: https://github.com/fox-it/dissect.cstruct/releases/tag/3.12
This commit is contained in:
Fabian Affolter
2024-01-26 23:06:03 +01:00
parent 94a0ddbbff
commit 8ea7c4c726
@@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "3.10";
version = "3.12";
format = "pyproject";
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.cstruct";
rev = "refs/tags/${version}";
hash = "sha256-cdBojvFI0cN6mEZ98xLa3XldvIoR+Jv1c0/hvVkKVoQ=";
hash = "sha256-67s0Qr/YeQp/K9MZS+btKdp+9J6mIMCwiittIUB9p2w=";
};
nativeBuildInputs = [