python37Packages.pyopencl: 2018.2.5 -> 2019.1

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-pyopencl/versions
This commit is contained in:
R. RyanTM 2019-07-16 11:19:10 -07:00 committed by Frederik Rietdijk
parent 4040b16c30
commit 9ed84b6c2b

View File

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