From 88fe3b2f1fe0d85307bc3990185b5297fec1ebb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 20 Oct 2025 10:07:58 -0700 Subject: [PATCH] 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 --- pkgs/development/python-modules/bring-api/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/bring-api/default.nix b/pkgs/development/python-modules/bring-api/default.nix index 336d56fc8491..54a0053847b7 100644 --- a/pkgs/development/python-modules/bring-api/default.nix +++ b/pkgs/development/python-modules/bring-api/default.nix @@ -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 ];