Merge pull request #214620 from fabaff/sfrbox-api-bump

python310Packages.sfrbox-api: 0.0.5 -> 0.0.6
This commit is contained in:
Mario Rodas 2023-02-04 18:21:14 -05:00 committed by GitHub
commit 11deb25090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''