python310Packages.dissect-clfs: 1.2 -> 1.3

Diff: https://github.com/fox-it/dissect.clfs/compare/refs/tags/1.2...1.3

Changelog: https://github.com/fox-it/dissect.clfs/releases/tag/1.3
This commit is contained in:
Fabian Affolter 2023-02-11 10:00:09 +01:00
parent 0c6fa79b6c
commit a9992aba3e

View file

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