python310Packages.dissect-volume: 3.3 -> 3.4

Changelog: https://github.com/fox-it/dissect.volume/releases/tag/3.4
This commit is contained in:
Fabian Affolter 2023-03-24 21:38:50 +01:00
parent 6d92b346c4
commit 3908228e7e

View file

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