mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue