Merge pull request #135382 from r-ryantm/auto-update/python3.8-pyopencl

python38Packages.pyopencl: 2021.2.2 -> 2021.2.6
This commit is contained in:
Sandro 2021-08-25 00:42:31 +02:00 committed by GitHub
commit 5863f9cea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ let
if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ];
in buildPythonPackage rec {
pname = "pyopencl";
version = "2021.2.2";
version = "2021.2.6";
checkInputs = [ pytest ];
buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs;
@ -30,7 +30,7 @@ in buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "50876f16624bc623fa2eff98a91259761b51471e186f535d4d4e7bce58292f0c";
sha256 = "df208546d28a3274ba7b554d50643ed1e393b8f3f75a43b24b83d3ee76597587";
};
# py.test is not needed during runtime, so remove it from `install_requires`