python37Packages.pyshp: 2.0.0 -> 2.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyshp/versions
This commit is contained in:
R. RyanTM 2019-01-16 15:04:57 -08:00 committed by Frederik Rietdijk
parent 0474b6b381
commit 5d6b38f22b

View File

@ -2,12 +2,12 @@
, setuptools }:
buildPythonPackage rec {
version = "2.0.0";
version = "2.0.1";
pname = "pyshp";
src = fetchPypi {
inherit pname version;
sha256 = "0l5a28878vplwclqvjj7v0xx6zlr03ia1dkq5hc3mxf05bahiwyz";
sha256 = "049xj760s75nkvs7rhz710a6x3lvvfajddknmfz1vkf2p3f2l2as";
};
buildInputs = [ setuptools ];