python3Packages.pyopencl: 2025.2.3 -> 2025.2.4 (#419011)

authored by Gaétan Lepage and committed by GitHub 94fdeab1 edae05ed

+3 -3
+3 -3
pkgs/development/python-modules/pyopencl/default.nix
··· 30 30 31 31 buildPythonPackage rec { 32 32 pname = "pyopencl"; 33 - version = "2025.2.3"; 33 + version = "2025.2.4"; 34 34 pyproject = true; 35 35 36 36 src = fetchFromGitHub { ··· 38 38 repo = "pyopencl"; 39 39 tag = "v${version}"; 40 40 fetchSubmodules = true; 41 - hash = "sha256-o1HZWxohc5CAf28nTBhR6scF1mWW5gzGv8/MU0Rmpnc="; 41 + hash = "sha256-Tan6HUwDnG7/z6lLPysUhRkr32qqa6ix8SoBCBf4dCA="; 42 42 }; 43 43 44 44 build-system = [ ··· 93 93 meta = { 94 94 description = "Python wrapper for OpenCL"; 95 95 homepage = "https://github.com/pyopencl/pyopencl"; 96 - changelog = "https://github.com/inducer/pyopencl/releases/tag/v${version}"; 96 + changelog = "https://github.com/inducer/pyopencl/releases/tag/${src.tag}"; 97 97 license = lib.licenses.mit; 98 98 maintainers = with lib.maintainers; [ GaetanLepage ]; 99 99 };