mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
a13b742fa7
commit
3d05d54918
1 changed files with 2 additions and 2 deletions
|
@ -22094,14 +22094,14 @@ (define-public python-pyopengl-accelerate
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue