We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d276d38 + e2d7259 commit e0ab538Copy full SHA for e0ab538
pkgs/development/python-modules/dissect/default.nix
@@ -35,7 +35,7 @@
35
36
buildPythonPackage rec {
37
pname = "dissect";
38
- version = "3.16";
+ version = "3.16.1";
39
pyproject = true;
40
41
disabled = pythonOlder "3.9";
@@ -44,7 +44,7 @@ buildPythonPackage rec {
44
owner = "fox-it";
45
repo = "dissect";
46
rev = "refs/tags/${version}";
47
- hash = "sha256-Nj9PPhjj1kNNrZ1Lqt60O26z80HPD63EB1gKZ1ZiSeY=";
+ hash = "sha256-OpTznjOVV3hyreJv4WCHwP09ULMTz+vjjcmBtYL685E=";
48
};
49
50
pythonRelaxDeps = true;
0 commit comments