python3Packages.pyopencl: 2020.2.1 -> 2020.2.2

This commit is contained in:
Frederik Rietdijk 2020-10-25 10:06:56 +01:00 committed by Jonathan Ringer
parent f2d5785a3f
commit 4eee0f495b

View file

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyopencl"; pname = "pyopencl";
version = "2020.2.1"; version = "2020.2.2";
checkInputs = [ pytest ]; checkInputs = [ pytest ];
buildInputs = [ opencl-headers ocl-icd pybind11 ]; buildInputs = [ opencl-headers ocl-icd pybind11 ];
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "deb6c50f37f8f88960a943b379eca8c0a9a80634cf60e09aee691a7453ae202e"; sha256 = "31fcc79fb6862998e98d91a624c0bd4f0ab4c5d418d199912d4d312c64e437ec";
}; };
# py.test is not needed during runtime, so remove it from `install_requires` # py.test is not needed during runtime, so remove it from `install_requires`