python311Packages.dissect-clfs: 1.8 -> 1.9

Diff: https://github.com/fox-it/dissect.clfs/compare/refs/tags/1.8...1.9

Changelog: https://github.com/fox-it/dissect.clfs/releases/tag/1.9
This commit is contained in:
Fabian Affolter 2024-07-04 21:52:03 +02:00
parent c55fc34ca0
commit 429b0a15ae

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-clfs";
version = "1.8";
version = "1.9";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.clfs";
rev = "refs/tags/${version}";
hash = "sha256-C1a85OLMkj0vjnRpenfC/xyxJ1TjYSlHPOq0jIrA/Ng=";
hash = "sha256-VK17Q28Bqdu/NckBZNMJciWbnGkhfEbPmBeVo0etnW0=";
};
build-system = [