Merge pull request #171105 from r-ryantm/auto-update/python3.10-pyshp

python310Packages.pyshp: 2.2.0 -> 2.3.0
This commit is contained in:
Mario Rodas 2022-05-01 05:49:32 -05:00 committed by GitHub
commit 9c371f5dba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
, setuptools }:
buildPythonPackage rec {
version = "2.2.0";
version = "2.3.0";
pname = "pyshp";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Dtogm9YvM0VwHE9nmbY4wRTOtn/uKClc3bThyvBT6UQ=";
sha256 = "sha256-glBk6kA6zxNehGz4sJJEmUMOa+HNN6DzS+cTCQZhfTw=";
};
buildInputs = [ setuptools ];