lol

python310Packages.pyopencl: 2022.3 -> 2022.3.1

authored by

R. Ryantm and committed by
Frederik Rietdijk
162545d3 314c3b0f

+2 -2
+2 -2
pkgs/development/python-modules/pyopencl/default.nix
··· 22 22 if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ]; 23 23 in buildPythonPackage rec { 24 24 pname = "pyopencl"; 25 - version = "2022.3"; 25 + version = "2022.3.1"; 26 26 27 27 checkInputs = [ pytest ]; 28 28 buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs; ··· 40 40 41 41 src = fetchPypi { 42 42 inherit pname version; 43 - sha256 = "sha256-I21tqnSc7dunBpw9Q622tlHkDC1INSdb/uaDGc0DgI0="; 43 + sha256 = "sha256-Sj2w/mG1zclSZ1Jt7r1xp+HXlWlNSw/idh8GMLzKNiE="; 44 44 }; 45 45 46 46 # py.test is not needed during runtime, so remove it from `install_requires`