python310Packages.dissect-eventlog: 3.2 -> 3.3

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

Changelog: https://github.com/fox-it/dissect.eventlog/releases/tag/3.3
This commit is contained in:
Fabian Affolter 2023-02-11 10:50:41 +01:00
parent e45ad177bb
commit 3f9a63cbb9

View file

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