We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16827a + 5edfe09 commit 37c570eCopy full SHA for 37c570e
pkgs/development/python-modules/pyopencl/default.nix
@@ -19,6 +19,7 @@
19
# dependencies
20
platformdirs,
21
pytools,
22
+ typing-extensions,
23
24
# tests
25
pytestCheckHook,
@@ -29,15 +30,15 @@
29
30
31
buildPythonPackage rec {
32
pname = "pyopencl";
- version = "2025.1";
33
+ version = "2025.2";
34
pyproject = true;
35
36
src = fetchFromGitHub {
37
owner = "inducer";
38
repo = "pyopencl";
39
tag = "v${version}";
40
fetchSubmodules = true;
- hash = "sha256-wAZBDPMJbTmujP1j7LjK28ZozZaUwKPDPZLZbFFTeAs=";
41
+ hash = "sha256-cV4ff52qB7+zFC04swMt4s3Vrzrd+UZU3owEaJFFOms=";
42
};
43
44
build-system = [
@@ -60,6 +61,7 @@ buildPythonPackage rec {
60
61
numpy
62
platformdirs
63
pytools
64
+ typing-extensions
65
];
66
67
nativeCheckInputs = [
0 commit comments