summary refs log tree commit diff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2023-05-11 09:24:27 +0200
committerLars-Dominik Braun <lars@6xq.net>2023-05-11 09:43:41 +0200
commit3d05d549184d5399d2949535cf5cad8b92b263dd (patch)
tree8d67d32d244d1b17cdcbdef0af3aec8dae1a8a71 /gnu/packages/python-xyz.scm
parenta13b742fa79e5eae0cd9cb337ec0445de492d1c4 (diff)
downloadguix-3d05d549184d5399d2949535cf5cad8b92b263dd.tar.gz
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.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
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