python312Packages.dissect: 3.16 -> 3.16.1

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

Changelog: https://github.com/fox-it/dissect/releases/tag/3.16.1
This commit is contained in:
Fabian Affolter
2024-09-17 09:41:59 +02:00
parent 02dd5fd1ca
commit e2d725921f
@@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "dissect";
version = "3.16";
version = "3.16.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect";
rev = "refs/tags/${version}";
hash = "sha256-Nj9PPhjj1kNNrZ1Lqt60O26z80HPD63EB1gKZ1ZiSeY=";
hash = "sha256-OpTznjOVV3hyreJv4WCHwP09ULMTz+vjjcmBtYL685E=";
};
pythonRelaxDeps = true;