python310Packages.dissect-evidence: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.evidence/compare/refs/tags/3.2...3.3

Changelog: https://github.com/fox-it/dissect.evidence/releases/tag/3.3
This commit is contained in:
Fabian Affolter
2023-02-11 10:43:48 +01:00
committed by Florian Brandes
parent 34470f5015
commit d7f84b289e

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-evidence"; pname = "dissect-evidence";
version = "3.2"; version = "3.3";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.evidence"; repo = "dissect.evidence";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-rm9IjsXHz4GS8M/oPaDoaxjwqMMtD0qjRtQ3vFJQyQY="; hash = "sha256-R4ua7JeT09GkoBwM2YGf2T0PJXhldUpqAS3xsB9L79c=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;