python311Packages.dissect-ffs: 3.4 -> 3.5

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

Changelog: https://github.com/fox-it/dissect.ffs/releases/tag/3.5
This commit is contained in:
Fabian Affolter 2023-05-27 21:47:16 +02:00
parent c4fee32dc0
commit 6a6c5c7811

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-ffs";
version = "3.4";
version = "3.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.ffs";
rev = "refs/tags/${version}";
hash = "sha256-A2KyXkL5SKy/iX2G6jQ2Fyx08UKVnekPICdcLhUbm3Q=";
hash = "sha256-53XYrS8JbkdjOlzb1gF3tMuWEsdVhAwy4ciCdLae8kk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;