python313Packages.bring-api: 1.0.2 -> 1.1.0

Diff: https://github.com/miaucl/bring-api/compare/refs/tags/1.0.2...1.1.0

Changelog: https://github.com/miaucl/bring-api/blob/1.1.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-03-21 12:37:08 +01:00
parent 13495dcb89
commit 9d8e15a9f2
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bring-api";
version = "1.0.2";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "miaucl";
repo = "bring-api";
tag = version;
hash = "sha256-GBRPC4oTCTy8MdGNsPYrgB8Lji0ojRL3Z4ELTe543PY=";
hash = "sha256-OxY9G7zy5VSpTOARoManJNvMg6ghIK0KJunanSgXKm0=";
};
build-system = [ setuptools ];