python310Packages.sfrbox-api: 0.0.4 -> 0.0.5

Changelog: https://github.com/hacf-fr/sfrbox-api/releases/tag/v0.0.5
This commit is contained in:
Fabian Affolter 2023-01-24 09:57:57 +01:00
parent 6276b34bfe
commit a6a3e0ef25

View File

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