python310Packages.dissect-clfs: 1.3 -> 1.4

Changelog: https://github.com/fox-it/dissect.clfs/releases/tag/1.4
This commit is contained in:
Fabian Affolter 2023-03-24 21:37:28 +01:00
parent 37ce12c6c9
commit 30f158a47e

View file

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