3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #212990 from r-ryantm/auto-update/python310Packages.aio-geojson-usgs-earthquakes

python310Packages.aio-geojson-usgs-earthquakes: 0.1 -> 0.2
This commit is contained in:
Martin Weinelt 2023-01-27 23:28:11 +00:00 committed by GitHub
commit 159ab069f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aio-geojson-usgs-earthquakes";
version = "0.1";
version = "0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "exxamalte";
repo = "python-aio-geojson-usgs-earthquakes";
rev = "refs/tags/v${version}";
hash = "sha256-Hb0/BdK/jjxlPl9WJJpFdOCzZpZDCguXoGreGIyN8oo=";
hash = "sha256-ET8wcOep4tSZJXyL+XvfW2j9eKp6LrBk/g18ZlgLIzc=";
};
propagatedBuildInputs = [