python311Packages.dissect-volume: 3.4 -> 3.5

Diff: https://github.com/fox-it/dissect.volume/compare/refs/tags/3.4...3.5

Changelog: https://github.com/fox-it/dissect.volume/releases/tag/3.5
This commit is contained in:
Fabian Affolter 2023-05-27 21:45:47 +02:00
parent fce6a0d8f1
commit b501d846fa

View File

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