python311Packages.dissect-eventlog: 3.7 -> 3.8

Diff: https://github.com/fox-it/dissect.eventlog/compare/refs/tags/3.7...3.8

Changelog: https://github.com/fox-it/dissect.eventlog/releases/tag/3.8
This commit is contained in:
Fabian Affolter
2024-05-08 00:12:52 +02:00
parent 05e6724c4e
commit a8155ef760
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-eventlog";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.eventlog";
rev = "refs/tags/${version}";
hash = "sha256-YiWW1olaIKoBfiZfr4TfIEsnj/C4cmn6sYosvjeiEfM=";
hash = "sha256-MvCHeeuwwE/EOK5rh5vtwTtMrSO/BtfFenQZn5VTgb0=";
};
nativeBuildInputs = [