Skip to content

Commit 37c570e

Browse files
authored
python3Packages.pyopencl: 2025.1 -> 2025.2 (#414955)
2 parents b16827a + 5edfe09 commit 37c570e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/pyopencl/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# dependencies
2020
platformdirs,
2121
pytools,
22+
typing-extensions,
2223

2324
# tests
2425
pytestCheckHook,
@@ -29,15 +30,15 @@
2930

3031
buildPythonPackage rec {
3132
pname = "pyopencl";
32-
version = "2025.1";
33+
version = "2025.2";
3334
pyproject = true;
3435

3536
src = fetchFromGitHub {
3637
owner = "inducer";
3738
repo = "pyopencl";
3839
tag = "v${version}";
3940
fetchSubmodules = true;
40-
hash = "sha256-wAZBDPMJbTmujP1j7LjK28ZozZaUwKPDPZLZbFFTeAs=";
41+
hash = "sha256-cV4ff52qB7+zFC04swMt4s3Vrzrd+UZU3owEaJFFOms=";
4142
};
4243

4344
build-system = [
@@ -60,6 +61,7 @@ buildPythonPackage rec {
6061
numpy
6162
platformdirs
6263
pytools
64+
typing-extensions
6365
];
6466

6567
nativeCheckInputs = [

0 commit comments

Comments
 (0)