From db6ea8eeb168ce46ddf165f3272f386005316c0c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 6 Apr 2025 00:35:59 +0200 Subject: [PATCH] python313Packages.bring-api: 1.0.2 -> 1.1.0 https://github.com/miaucl/bring-api/releases/tag/1.1.0 --- pkgs/development/python-modules/bring-api/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/bring-api/default.nix b/pkgs/development/python-modules/bring-api/default.nix index 51157da219da..336d56fc8491 100644 --- a/pkgs/development/python-modules/bring-api/default.nix +++ b/pkgs/development/python-modules/bring-api/default.nix @@ -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 ]; @@ -53,7 +53,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to access the Bring! shopping lists API"; homepage = "https://github.com/miaucl/bring-api"; - changelog = "https://github.com/miaucl/bring-api/blob/${version}/CHANGELOG.md"; + changelog = "https://github.com/miaucl/bring-api/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };