python310Packages.pyshp: 2.3.0 -> 2.3.1
This commit is contained in:
parent
6c36cf7d3f
commit
965e3ae94c
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue