python: numpy-stl: 2.3.2 -> 2.4.1

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:11:53 +02:00
parent 60e656c692
commit baa6d42177
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "numpy-stl";
name = "${pname}-${version}";
version = "2.3.2";
version = "2.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "0w3f9yhw4mg88drqnn17gaqxbx941p3hg0rn8fsqrf5ry56h93k2";
sha256 = "33e88013ed2f4f9ec45598f0e0930a0d602ab3c49aa19e92703a867f37ffe520";
};
checkInputs = [ pytest pytestrunner ];