python310Packages.dissect-esedb: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.esedb/compare/3.2...3.3
This commit is contained in:
Fabian Affolter 2022-12-10 17:30:56 +01:00
parent c72311b5f7
commit af399af20c

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-esedb";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.esedb";
rev = version;
hash = "sha256-DLu6FCWqeESFlsIB21jN/IKCwSKlBoibildv07/hPcw=";
hash = "sha256-ErPihjAcukMerCAxLdDQVUApeNdFnFn0Zejo3LhgZFc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;