python311Packages.dissect-util: 3.15 -> 3.16

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

Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.16
This commit is contained in:
Fabian Affolter
2024-05-08 00:13:26 +02:00
parent 7bc9a3c04c
commit 99fb2ad69d
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "dissect-util";
version = "3.15";
version = "3.16";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.util";
rev = "refs/tags/${version}";
hash = "sha256-JIrk6YRuW5B30d9fNaRFesO01ajcSy8ErkpFtM1Coaw=";
hash = "sha256-OHlWOWB476KERerEo2ZYLMIIO+eIpKlNLOHMCiE5jdE=";
};
nativeBuildInputs = [