Skip to content

Commit 3483fc9

Browse files
authored
python312Packages.pyopencl: 2024.2.7 -> 2024.3 (#349637)
2 parents 4861f52 + 1287aea commit 3483fc9

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
@@ -31,15 +31,15 @@ let
3131
in
3232
buildPythonPackage rec {
3333
pname = "pyopencl";
34-
version = "2024.2.7";
34+
version = "2024.3";
3535
pyproject = true;
3636

3737
src = fetchFromGitHub {
3838
owner = "inducer";
3939
repo = "pyopencl";
4040
rev = "refs/tags/v${version}";
4141
fetchSubmodules = true;
42-
hash = "sha256-VeaEDYnGfMYf9/WqMIZ9g4KounD48eWF3Romt79RMEQ=";
42+
hash = "sha256-HE7dARgKnZxqjAXX4iI1ml0N2BalyTo+ZAzjC2ThEN8=";
4343
};
4444

4545
build-system = [

0 commit comments

Comments
 (0)