lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #129148 from fabaff/bump-georss-ign-sismologia-client

python3Packages.georss-ign-sismologia-client: 0.3 -> 0.4

authored by

Fabian Affolter and committed by
GitHub
c96a4191 9673b8c7

+2 -2
+2 -2
pkgs/development/python-modules/georss-ign-sismologia-client/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "georss-ign-sismologia-client"; 11 - version = "0.3"; 11 + version = "0.4"; 12 12 disabled = pythonOlder "3.7"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "exxamalte"; 16 16 repo = "python-georss-ign-sismologia-client"; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-7Jj6uWb4HyPAh3/XtVTy0N23bk33mlIiqlt9z/PW+4Y="; 18 + sha256 = "sha256-g7lZC5ZiJV8dNZJceLROqyBRZSuqaivGFhaQrKe4B7g="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [