Merge pull request #203974 from r-ryantm/auto-update/python310Packages.pyopencl

python310Packages.pyopencl: 2022.2.4 -> 2022.3
This commit is contained in:
Fabian Affolter 2022-12-04 14:12:51 +01:00 committed by GitHub
commit 8ae00f6694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ let
if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ];
in buildPythonPackage rec {
pname = "pyopencl";
version = "2022.2.4";
version = "2022.3";
checkInputs = [ pytest ];
buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs;
@ -40,7 +40,7 @@ in buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-tXye+L2ObbB+iRBvMJG6I2sk+Vo4/UDfsX0u1/9r5K0=";
sha256 = "sha256-I21tqnSc7dunBpw9Q622tlHkDC1INSdb/uaDGc0DgI0=";
};
# py.test is not needed during runtime, so remove it from `install_requires`