Skip to content

Commit 58d2510

Browse files
committed
1 parent c3c28da commit 58d2510

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/dissect-esedb

1 file changed

+2
-2
lines changed

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

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

1313
buildPythonPackage rec {
1414
pname = "dissect-esedb";
15-
version = "3.15";
15+
version = "3.16";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "fox-it";
2222
repo = "dissect.esedb";
2323
tag = version;
24-
hash = "sha256-FuJZambygHBBDxmHk2bZ3oJiuB4ca9aduSXqxiBQWIA=";
24+
hash = "sha256-jLv62/3U89sbmcHAA2YYwVPLlLj85nMn4PRE565ppw4=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)