python3Packages.georss-client: 0.19 -> 2026.6.1 (#541862)

This commit is contained in:
Nick Cao
2026-07-14 18:54:50 +00:00
committed by GitHub
@@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "georss-client";
version = "0.19";
version = "2026.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-georss-client";
tag = "v${version}";
hash = "sha256-+CmauNb+5mDbZXQCd8ZxZCz6FSfEPAnktkMjvQueiO0=";
hash = "sha256-3JaFZY6c5wlJs2yE3KJITJIeCgifzurW7chOfQubQ5w=";
};
build-system = [ setuptools ];