Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by R. RyanTM and committed by Frederik Rietdijk 9ed84b6c 4040b16c

+2 -2
+2 -2
pkgs/development/python-modules/pyopencl/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pyopencl"; 19 - version = "2018.2.5"; 19 + version = "2019.1"; 20 20 21 21 checkInputs = [ pytest ]; 22 22 buildInputs = [ opencl-headers ocl-icd pybind11 ]; ··· 25 25 26 26 src = fetchPypi { 27 27 inherit pname version; 28 - sha256 = "1qgi6diw9m7yldmql9kh08792053ib6zkplh8v2mqv6waaflmrnn"; 28 + sha256 = "04ahndgc5aqm3pqix2j4vzn9n3k762ylf3yq55jdbxm5cicz9nx0"; 29 29 }; 30 30 31 31 # py.test is not needed during runtime, so remove it from `install_requires`