python310Packages.georss-generic-client: 0.6 -> 0.7

This commit is contained in:
R. Ryantm 2022-02-21 07:35:46 +00:00
parent f9e65e44e5
commit 88ce9b6a41

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "georss-generic-client";
version = "0.6";
version = "0.7";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-georss-generic-client";
rev = "v${version}";
sha256 = "sha256-XVejBbVilq8zrmuyBUd0mNPZ4qysSg9lAe/lhbKT+qs=";
sha256 = "sha256-58NpACrJK29NUnx3RrsLFPPo+6A/JlIlkrv8N9juMu0=";
};
propagatedBuildInputs = [