python311Packages.dissect-esedb: 3.13 -> 3.14

Diff: https://github.com/fox-it/dissect.esedb/compare/refs/tags/3.13...3.14

Changelog: https://github.com/fox-it/dissect.esedb/releases/tag/3.14
This commit is contained in:
Fabian Affolter 2024-07-04 21:52:31 +02:00
parent f429047e45
commit 201d13f20c

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-esedb";
version = "3.13";
version = "3.14";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.esedb";
rev = "refs/tags/${version}";
hash = "sha256-GdHMKLO44hR+H3fQ9h3t6sL8ACMwIVeg4nrg9brYmsU=";
hash = "sha256-IDLarSiI7GHjOOLibk2s/KqKwmozgIHdSfClPQXOsXI=";
};
nativeBuildInputs = [