python311Packages.dissect-util: 3.16 -> 3.17

Diff: https://github.com/fox-it/dissect.util/compare/refs/tags/3.16...3.17

Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.17
This commit is contained in:
Fabian Affolter 2024-07-04 21:54:04 +02:00
parent fb6c8bb433
commit d330f80b5a

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-util";
version = "3.16";
version = "3.17";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.util";
rev = "refs/tags/${version}";
hash = "sha256-OHlWOWB476KERerEo2ZYLMIIO+eIpKlNLOHMCiE5jdE=";
hash = "sha256-uCmHvpZ5/TjUb9A8+GhaTAAEfCM9LxQdUDPWAvd7P7w=";
};
nativeBuildInputs = [