Skip to content

Commit a3e65a5

Browse files
committed
1 parent e527515 commit a3e65a5

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.1";
38+
version = "3.17";
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-OpTznjOVV3hyreJv4WCHwP09ULMTz+vjjcmBtYL685E=";
47+
hash = "sha256-0AVdihnnH3LMqHKwX5Ll4Nwt8LYfW4GktECvVCyyex8=";
4848
};
4949

5050
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)