Merge pull request #57425 from r-ryantm/auto-update/python3.7-numpy-stl

python37Packages.numpy-stl: 2.9.0 -> 2.10.0
This commit is contained in:
Léo Gaspard 2019-03-21 01:16:53 +01:00 committed by GitHub
commit 9fde998552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "numpy-stl";
version = "2.9.0";
version = "2.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "0mh7p19rhx800dd54ij1pgln5ny03fdyvadyhrsb380fgjby2nh3";
sha256 = "1r864sc7anw43s8bg5yd17bxcw1a4lj5h7mz7cbwnzpb9xmqpccj";
};
checkInputs = [ pytest pytestrunner ];