python312Packages.pyopencl: 2024.3 -> 2025.1

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

Changelog: https://github.com/inducer/pyopencl/releases/tag/v2025.1
This commit is contained in:
Gaetan Lepage
2025-01-22 08:24:13 +01:00
parent 0488e9221d
commit fa7b1fccc8
@@ -31,7 +31,7 @@ let
in
buildPythonPackage rec {
pname = "pyopencl";
version = "2024.3";
version = "2025.1";
pyproject = true;
src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
repo = "pyopencl";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-HE7dARgKnZxqjAXX4iI1ml0N2BalyTo+ZAzjC2ThEN8=";
hash = "sha256-wAZBDPMJbTmujP1j7LjK28ZozZaUwKPDPZLZbFFTeAs=";
};
build-system = [