Skip to content

Commit 1390f2d

Browse files
authored
Merge pull request NixOS#190519 from r-ryantm/auto-update/python310Packages.pyopencl
2 parents 6d2d430 + ecfc8bd commit 1390f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyopencl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222
if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ];
2323
in buildPythonPackage rec {
2424
pname = "pyopencl";
25-
version = "2022.1.6";
25+
version = "2022.2.3";
2626

2727
checkInputs = [ pytest ];
2828
buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs;
@@ -40,7 +40,7 @@ in buildPythonPackage rec {
4040

4141
src = fetchPypi {
4242
inherit pname version;
43-
sha256 = "sha256-+Ih9VOZUWY84VEclQLLrIorFa1aiSRuVvfrI8VvhyUM=";
43+
sha256 = "sha256-IdpfCKq7wrL9yBRm/6rAfB25Sx9HqVvFf2M7VVkMy6I=";
4444
};
4545

4646
# py.test is not needed during runtime, so remove it from `install_requires`

0 commit comments

Comments
 (0)