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.9.
* gnu/packages/python-xyz.scm (python-pyopengl-accelerate): Update to 3.1.9. [inputs]: Remove mesa and python-numpy. Change-Id: I39acd590f02853ba9c45ce40d3c2e1ace27d00b5
This commit is contained in:
parent
64f29218b6
commit
a6fcf6d465
1 changed files with 3 additions and 6 deletions
|
@ -27841,17 +27841,14 @@ library.")
|
||||||
(package
|
(package
|
||||||
(inherit python-pyopengl)
|
(inherit python-pyopengl)
|
||||||
(name "python-pyopengl-accelerate")
|
(name "python-pyopengl-accelerate")
|
||||||
(version "3.1.6")
|
(version "3.1.9")
|
||||||
(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
|
||||||
"1hydrpdn4p4z6mlczcg1y4s0z8si3rs6zq8x4ql558pcaq1312md"))))
|
"1ww6kbyj1hshxfi3gskkygv1w2f7klzj9jcyfpzihn4pfry7r5c5"))))
|
||||||
(inputs
|
|
||||||
(list mesa python-numpy)) ; for cython module
|
|
||||||
; numpy_formathandler, thus not propagated
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue