python312Packages.pyopencl: 2024.2.7 -> 2024.3

Diff: https://github.com/inducer/pyopencl/compare/refs/tags/v2024.2.7...v2024.3

Changelog: https://github.com/inducer/pyopencl/releases/tag/v2024.3
This commit is contained in:
Gaetan Lepage
2024-10-18 23:24:29 +02:00
parent b08b92531c
commit 1287aeaf0f
@@ -31,7 +31,7 @@ let
in
buildPythonPackage rec {
pname = "pyopencl";
version = "2024.2.7";
version = "2024.3";
pyproject = true;
src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
repo = "pyopencl";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
hash = "sha256-VeaEDYnGfMYf9/WqMIZ9g4KounD48eWF3Romt79RMEQ=";
hash = "sha256-HE7dARgKnZxqjAXX4iI1ml0N2BalyTo+ZAzjC2ThEN8=";
};
build-system = [