python310Packages.sfrbox-api: 0.0.2 -> 0.0.4

Changelog: https://github.com/hacf-fr/sfrbox-api/releases/tag/v0.0.4
This commit is contained in:
Fabian Affolter 2023-01-12 18:41:34 +01:00
parent e22f213ae1
commit 713cb4fbda

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "sfrbox-api";
version = "0.0.2";
version = "0.0.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-kXM+Y7ZKKczVdKTXqmbgSxlFfHx3hAvT9nkF3Ex7ChY=";
hash = "sha256-mdE7H17vbKwQS7JloYasap8qAjaacdLuDPvIPxJSUXI=";
};
postPatch = ''