Fabian Affolter
2025-05-26 21:57:46 +02:00
parent 63a699bb88
commit 3afc9d7bb2
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-esedb";
version = "3.15";
version = "3.16";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.esedb";
tag = version;
hash = "sha256-FuJZambygHBBDxmHk2bZ3oJiuB4ca9aduSXqxiBQWIA=";
hash = "sha256-jLv62/3U89sbmcHAA2YYwVPLlLj85nMn4PRE565ppw4=";
};
nativeBuildInputs = [