Merge pull request #136986 from r-ryantm/auto-update/python3.8-numpy-stl

python38Packages.numpy-stl: 2.16.2 -> 2.16.3
This commit is contained in:
Fabian Affolter 2021-09-08 08:59:06 +02:00 committed by GitHub
commit e3b8d8905b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "numpy-stl";
version = "2.16.2";
version = "2.16.3";
src = fetchPypi {
inherit pname version;
sha256 = "3e635b6fb6112a3c5e00e9e20eedab93b9b0c45ff1cc34eb7bdc0b3e922e2d77";
sha256 = "95890627001efb2cb8d17418730cdc1bdd64b8dbb9862b01a8e0359d79fe863e";
};
propagatedBuildInputs = [