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
This commit is contained in:
Fabian Affolter 2023-11-11 13:29:47 +01:00
parent 1566048c08
commit c19b3244fb

View file

@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "dissect-util";
version = "3.11";
version = "3.12";
format = "pyproject";
disabled = pythonOlder "3.11";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.util";
rev = "refs/tags/${version}";
hash = "sha256-PtmvXnmZ6f8YxEejqaVwtaoV7d1Oa7063ZFagH110yk=";
hash = "sha256-rso6TIw8cQnkb58KtGKOfzIzpqJLW05L9sRWIGX3teA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;