python311Packages.dissect-util: 3.11 -> 3.12

Diff: fox-it/dissect.util@refs/tags/3.11...3.12

Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.12

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