python310Packages.dissect-volume: 3.2 -> 3.3

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

Changelog: https://github.com/fox-it/dissect.volume/releases/tag/3.3
This commit is contained in:
Fabian Affolter 2023-02-11 09:57:55 +01:00
parent 17c79629f0
commit 9ff6506997

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-volume";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.volume";
rev = "refs/tags/${version}";
hash = "sha256-NwY4J1FSCvNIoH9uUHJVlM3jJt6A9CZ7uCWhlIdYztM=";
hash = "sha256-5O2ywPJi9M7gvcreS7DrW2qJ32MoR3Qero7jJ5gv0ow=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;