python311Packages.dissect-esedb: 3.6 -> 3.7

Diff: https://github.com/fox-it/dissect.esedb/compare/refs/tags/3.6...3.7

Changelog: https://github.com/fox-it/dissect.esedb/releases/tag/3.7
This commit is contained in:
Fabian Affolter 2023-05-27 21:45:33 +02:00
parent 92307e349d
commit fce6a0d8f1

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-esedb";
version = "3.6";
version = "3.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.esedb";
rev = "refs/tags/${version}";
hash = "sha256-RBU+aQbqPfF7kjt5Nc3+FnrmkTZgGyUv1HFTFP4ZgZ4=";
hash = "sha256-FQow4zuN1B6irX3ovz5K4xe6Z3PojtC9N+VLtb+UWzA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;