python310Packages.sfrbox-api: 0.0.5 -> 0.0.6

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

Changelog: https://github.com/hacf-fr/sfrbox-api/releases/tag/v0.0.6
This commit is contained in:
Fabian Affolter
2023-02-04 23:05:34 +01:00
parent c611a3428a
commit 933e86491a
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "sfrbox-api";
version = "0.0.5";
version = "0.0.6";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-6SwZAAWBnxeeunZwUAVQJBU8904czNVheBlRFg5yrOw=";
hash = "sha256-1Jn785e4aLd83EHjkgB90sWi9No8wqCjUEn4ecyVl4o=";
};
postPatch = ''