python311Packages.sfrbox-api: 0.0.8 -> 0.0.9

Diff: https://github.com/hacf-fr/sfrbox-api/compare/refs/tags/v0.0.8...v0.0.9

Changelog: https://github.com/hacf-fr/sfrbox-api/releases/tag/v0.0.9
This commit is contained in:
Fabian Affolter 2024-01-18 12:49:04 +01:00
parent c0733e0dc6
commit 7e2d1a5cbf

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "sfrbox-api";
version = "0.0.8";
version = "0.0.9";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-yvVoWBupHRbMoXmun/pj0bPpujWKfH1SknEhvgIsPzk=";
hash = "sha256-rMfX9vA8IuWxXvVs4WYNHO6neeoie/3gABwhXyJoAF8=";
};
postPatch = ''