diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2023-05-11 09:24:27 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-05-11 09:43:41 +0200 |
commit | 3d05d549184d5399d2949535cf5cad8b92b263dd (patch) | |
tree | 8d67d32d244d1b17cdcbdef0af3aec8dae1a8a71 | |
parent | a13b742fa79e5eae0cd9cb337ec0445de492d1c4 (diff) |
gnu: python-pyopengl-accelerate: Update to 3.1.6.
Restores compatibility with Python 3.10.
* gnu/packages/python-xyz.scm (python-pyopengl-accelerate): Update
to 3.1.6.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1a0e392574..1acef6bc00 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22094,14 +22094,14 @@ library.") (package (inherit python-pyopengl) (name "python-pyopengl-accelerate") - (version "3.1.5") + (version "3.1.6") (source (origin (method url-fetch) (uri (pypi-uri "PyOpenGL-accelerate" version)) (sha256 (base32 - "01iggy5jwxv7lxnj51zbmlbhag9wcb7dvrbwgi97i90n0a5m3r8j")))) + "1hydrpdn4p4z6mlczcg1y4s0z8si3rs6zq8x4ql558pcaq1312md")))) (inputs (list mesa python-numpy)) ; for cython module ; numpy_formathandler, thus not propagated |