From 4a23836ae2bbb2a089be1dfa0b96c6c6607a3f49 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:31 +0100 Subject: [PATCH] python3Packages.georss-client: 0.17 -> 0.18 https://github.com/exxamalte/python-georss-client/releases/tag/v0.18 --- pkgs/development/python-modules/georss-client/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/georss-client/default.nix b/pkgs/development/python-modules/georss-client/default.nix index 1e3667d5562f..8229681e723a 100644 --- a/pkgs/development/python-modules/georss-client/default.nix +++ b/pkgs/development/python-modules/georss-client/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "georss-client"; - version = "0.17"; + version = "0.18"; pyproject = true; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "exxamalte"; repo = "python-georss-client"; tag = "v${version}"; - hash = "sha256-DvQifO/jirpacWZccK4WPxnm/iYs1qT5nAYQUDoleO4="; + hash = "sha256-KtndXsNvmjSGwqfKqkGAimHbapIC3I0yi4JuDh6cMzs="; }; nativeBuildInputs = [ setuptools ]; @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library for accessing GeoRSS feeds"; homepage = "https://github.com/exxamalte/python-georss-client"; - changelog = "https://github.com/exxamalte/python-georss-client/releases/tag/v${version}"; + changelog = "https://github.com/exxamalte/python-georss-client/releases/tag/${src.tag}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; };