We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d2d430 + ecfc8bd commit 1390f2dCopy full SHA for 1390f2d
pkgs/development/python-modules/pyopencl/default.nix
@@ -22,7 +22,7 @@ let
22
if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ];
23
in buildPythonPackage rec {
24
pname = "pyopencl";
25
- version = "2022.1.6";
+ version = "2022.2.3";
26
27
checkInputs = [ pytest ];
28
buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs;
@@ -40,7 +40,7 @@ in buildPythonPackage rec {
40
41
src = fetchPypi {
42
inherit pname version;
43
- sha256 = "sha256-+Ih9VOZUWY84VEclQLLrIorFa1aiSRuVvfrI8VvhyUM=";
+ sha256 = "sha256-IdpfCKq7wrL9yBRm/6rAfB25Sx9HqVvFf2M7VVkMy6I=";
44
};
45
46
# py.test is not needed during runtime, so remove it from `install_requires`
0 commit comments