python310Packages.dissect-extfs: 3.3 -> 3.4

Changelog: https://github.com/fox-it/dissect.extfs/releases/tag/3.4
This commit is contained in:
Fabian Affolter 2023-03-24 21:37:55 +01:00
parent edb7e080d2
commit 9d9a75af7d

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-extfs";
version = "3.3";
version = "3.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.extfs";
rev = "refs/tags/${version}";
hash = "sha256-VCPNY/4SUkFpLuSs2Cxu8u5qt2sQ9VGlfdPssybxhk8=";
hash = "sha256-NSDhkkxqQSrfV1uttxUjLmdXlrgfAMrs5vSWgKyjuB4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;