python311Packages.dissect-clfs: 1.4 -> 1.5

Diff: https://github.com/fox-it/dissect.clfs/compare/refs/tags/1.4...1.5

Changelog: https://github.com/fox-it/dissect.clfs/releases/tag/1.5
This commit is contained in:
Fabian Affolter 2023-05-27 21:44:38 +02:00
parent d441d27fee
commit 92307e349d

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-clfs";
version = "1.4";
version = "1.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.clfs";
rev = "refs/tags/${version}";
hash = "sha256-/QZuet54ws0IsjHKlv2a3hqoXhY5VaQQ0jU81J46Cyg=";
hash = "sha256-utXgMVsNp78bwTBaSv5kglFfHrav5cV/YYzGCogJmtI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;