python311Packages.dissect-ffs: 3.5 -> 3.6

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

Changelog: https://github.com/fox-it/dissect.ffs/releases/tag/3.6
This commit is contained in:
Fabian Affolter 2023-07-06 11:48:13 +02:00
parent 847a4ea4b4
commit c828136278

View file

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