Skip to content

Commit e0ab538

Browse files
authored
python312Packages.dissect: 3.16 -> 3.16.1 (#342477)
2 parents d276d38 + e2d7259 commit e0ab538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/dissect/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
buildPythonPackage rec {
3737
pname = "dissect";
38-
version = "3.16";
38+
version = "3.16.1";
3939
pyproject = true;
4040

4141
disabled = pythonOlder "3.9";
@@ -44,7 +44,7 @@ buildPythonPackage rec {
4444
owner = "fox-it";
4545
repo = "dissect";
4646
rev = "refs/tags/${version}";
47-
hash = "sha256-Nj9PPhjj1kNNrZ1Lqt60O26z80HPD63EB1gKZ1ZiSeY=";
47+
hash = "sha256-OpTznjOVV3hyreJv4WCHwP09ULMTz+vjjcmBtYL685E=";
4848
};
4949

5050
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)