python310Packages.dissect-eventlog: 3.3 -> 3.4

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

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-eventlog";
version = "3.3";
version = "3.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.eventlog";
rev = "refs/tags/${version}";
hash = "sha256-PbU9Rd0D+xdleTIMAV+esw1WynWU4++8KeXlHS9yiJs=";
hash = "sha256-dU34eEUwRGHm/S0w6rnXJmootv1trkhKlXjWcfCFB3Q=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;