python310Packages.dissect-esedb: 3.5 -> 3.6

Changelog: https://github.com/fox-it/dissect.esedb/releases/tag/3.6
This commit is contained in:
Fabian Affolter 2023-03-24 21:37:37 +01:00
parent c19d45bceb
commit e31ec2a438

View file

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