python310Packages.pyshp: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2022-07-29 06:00:45 +00:00
parent 6c36cf7d3f
commit 965e3ae94c

View file

@ -2,12 +2,12 @@
, setuptools }:
buildPythonPackage rec {
version = "2.3.0";
version = "2.3.1";
pname = "pyshp";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-glBk6kA6zxNehGz4sJJEmUMOa+HNN6DzS+cTCQZhfTw=";
sha256 = "sha256-TK7IL9jdCW/rqCF4WAaLrLKjtZUPQ8BIxtwyo0idWvE=";
};
pythonImportsCheck = [ "shapefile" ];