Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

+3 -3
+3 -3
pkgs/development/python-modules/dissect-cstruct/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "dissect-cstruct"; 12 - version = "3.9"; 12 + version = "3.10"; 13 13 format = "pyproject"; 14 14 15 - disabled = pythonOlder "3.9"; 15 + disabled = pythonOlder "3.10"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "fox-it"; 19 19 repo = "dissect.cstruct"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-v0giDdH6bYCSrotd9WGSlIMzylTz7FHeCE/JkCw7frY="; 21 + hash = "sha256-cdBojvFI0cN6mEZ98xLa3XldvIoR+Jv1c0/hvVkKVoQ="; 22 22 }; 23 23 24 24 SETUPTOOLS_SCM_PRETEND_VERSION = version;