python37Packages.pyopencl: 2018.2.3 -> 2018.2.5

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

(cherry picked from commit cdf2d8d71cf0e6958f6d69e4cc914f4605eb724e)
This commit is contained in:
R. RyanTM 2019-04-02 11:04:26 -07:00 committed by Matthias Beyer
parent 2a009bfe98
commit 9feb432fe3

View file

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