python: pyopencl: 2017.2.2 -> 2018.1

This commit is contained in:
Frederik Rietdijk 2018-01-20 11:59:26 +01:00
parent 47ddc8283b
commit 866d186ffd

View File

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyopencl"; pname = "pyopencl";
version = "2017.2.2"; version = "2018.1";
checkInputs = [ pytest ]; checkInputs = [ pytest ];
buildInputs = [ opencl-headers ocl-icd ]; buildInputs = [ opencl-headers ocl-icd ];
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "d2f7b04d2e819c6e90d6366b7712a7452a39fba218e51b11b02c85ab07fd2983"; sha256 = "b692966bbaaa65ef8949ee25660d6b0cc7cbadc7f4a35eb9c5139dfa4dde6d4a";
}; };
# 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`