python312Packages.bring-api: 0.5.6 -> 0.7.0

Diff: https://github.com/miaucl/bring-api/compare/refs/tags/0.5.6...0.7.0

Changelog: https://github.com/miaucl/bring-api/blob/0.7.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-04-11 09:29:21 +02:00
parent c29d1a5cba
commit b14303fcce
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "bring-api";
version = "0.5.6";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "miaucl";
repo = "bring-api";
rev = "refs/tags/${version}";
hash = "sha256-vfc4xKLeGF2FuBFwqU99qbkUDBK5Uz66S4F2ODRDPa8=";
hash = "sha256-fhZMn0v908VzV+JLuS8tM+BPKJBoj77vEh1pINL4Cco=";
};
nativeBuildInputs = [