python310Packages.dissect-extfs: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.extfs/compare/refs/tags/3.2...3.3

Changelog: https://github.com/fox-it/dissect.extfs/releases/tag/3.3
This commit is contained in:
Fabian Affolter 2023-02-11 10:18:09 +01:00
parent 2cba520ed5
commit 256b00d04f

View File

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