python38Packages.pyopencl: 2021.2.6 -> 2021.2.8

authored by R. RyanTM and committed by Jonathan Ringer 0820a196 8df24c97

+2 -2
+2 -2
pkgs/development/python-modules/pyopencl/default.nix
··· 21 if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ]; 22 in buildPythonPackage rec { 23 pname = "pyopencl"; 24 - version = "2021.2.6"; 25 26 checkInputs = [ pytest ]; 27 buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs; ··· 30 31 src = fetchPypi { 32 inherit pname version; 33 - sha256 = "df208546d28a3274ba7b554d50643ed1e393b8f3f75a43b24b83d3ee76597587"; 34 }; 35 36 # py.test is not needed during runtime, so remove it from `install_requires`
··· 21 if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ]; 22 in buildPythonPackage rec { 23 pname = "pyopencl"; 24 + version = "2021.2.8"; 25 26 checkInputs = [ pytest ]; 27 buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs; ··· 30 31 src = fetchPypi { 32 inherit pname version; 33 + sha256 = "15809b5d2b9a86ad01e31d176c00415436805ac884c4d197d9263bfe98280d76"; 34 }; 35 36 # py.test is not needed during runtime, so remove it from `install_requires`