python3Packages.bring-api: 1.1.0 -> 1.1.1

Diff: https://github.com/miaucl/bring-api/compare/1.1.0...1.1.1

Changelog: https://github.com/miaucl/bring-api/releases/tag/1.1.1
This commit is contained in:
Robert Schütz
2025-10-20 10:08:55 -07:00
parent 2ad4dc8cfb
commit 88fe3b2f1f
@@ -9,7 +9,6 @@
pytest-asyncio,
pytestCheckHook,
python-dotenv,
pythonOlder,
setuptools,
syrupy,
yarl,
@@ -17,16 +16,14 @@
buildPythonPackage rec {
pname = "bring-api";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "miaucl";
repo = "bring-api";
tag = version;
hash = "sha256-OxY9G7zy5VSpTOARoManJNvMg6ghIK0KJunanSgXKm0=";
hash = "sha256-BslU1ekbQIZh1f1zRYXbZdbOepB2+NWIuWZI4L/oxSg=";
};
build-system = [ setuptools ];