Skip to content

Commit

Permalink
python312Packages.dissect: 3.16 -> 3.16.1 (#342477)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 17, 2024
2 parents d276d38 + e2d7259 commit e0ab538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dissect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

buildPythonPackage rec {
pname = "dissect";
version = "3.16";
version = "3.16.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect";
rev = "refs/tags/${version}";
hash = "sha256-Nj9PPhjj1kNNrZ1Lqt60O26z80HPD63EB1gKZ1ZiSeY=";
hash = "sha256-OpTznjOVV3hyreJv4WCHwP09ULMTz+vjjcmBtYL685E=";
};

pythonRelaxDeps = true;
Expand Down

0 comments on commit e0ab538

Please sign in to comment.