python310Packages.dissect-evidence: 3.3 -> 3.4

Changelog: https://github.com/fox-it/dissect.evidence/releases/tag/3.4
This commit is contained in:
Fabian Affolter 2023-03-24 21:37:51 +01:00
parent 834ef9179d
commit edb7e080d2

View file

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