0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python: pyepsg: 0.3.2 -> 0.4.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:25 +01:00
parent 223f126039
commit 7111b59c70

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pyepsg";
version = "0.3.2";
version = "0.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "0ng0k140kzq3xcffi4vy10py4cmwzfy8anccysw3vgn1x30ghzjr";
sha256 = "2d08fad1e7a8b47a90a4e43da485ba95705923425aefc4e2a3efa540dbd470d7";
};
propagatedBuildInputs = [ requests ];