python3Packages.pyopencl: 2025.2.6 -> 2025.2.7

Diff: https://github.com/inducer/pyopencl/compare/v2025.2.6...v2025.2.7

Changelog: https://github.com/inducer/pyopencl/releases/tag/v2025.2.7
This commit is contained in:
Gaetan Lepage
2025-10-28 21:28:55 +00:00
parent b4edd03f87
commit 178c5e6fc1
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "pyopencl";
version = "2025.2.6";
version = "2025.2.7";
pyproject = true;
src = fetchFromGitHub {
@@ -38,7 +38,7 @@ buildPythonPackage rec {
repo = "pyopencl";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-ofAyBaD/iMm2+2PFGVTEzg/kaPmcwlvLPAihRE+JlJg=";
hash = "sha256-LrV4NHn4I2kaZvXuWs706fvHUOR4sc+Pv8wVHPVKpPo=";
};
build-system = [