python37Packages.numpy-stl: 2.7.0 -> 2.9.0

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-numpy-stl/versions
This commit is contained in:
R. RyanTM 2019-01-06 22:32:51 -08:00 committed by Frederik Rietdijk
parent 303490dec5
commit f9bd153377

View File

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