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.
This commit is contained in:
Lars-Dominik Braun 2023-05-11 09:24:27 +02:00
parent a13b742fa7
commit 3d05d54918
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -22094,14 +22094,14 @@ library.")
(package (package
(inherit python-pyopengl) (inherit python-pyopengl)
(name "python-pyopengl-accelerate") (name "python-pyopengl-accelerate")
(version "3.1.5") (version "3.1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "PyOpenGL-accelerate" version)) (uri (pypi-uri "PyOpenGL-accelerate" version))
(sha256 (sha256
(base32 (base32
"01iggy5jwxv7lxnj51zbmlbhag9wcb7dvrbwgi97i90n0a5m3r8j")))) "1hydrpdn4p4z6mlczcg1y4s0z8si3rs6zq8x4ql558pcaq1312md"))))
(inputs (inputs
(list mesa python-numpy)) ; for cython module (list mesa python-numpy)) ; for cython module
; numpy_formathandler, thus not propagated ; numpy_formathandler, thus not propagated