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:
Sharlatan Hellseher 2025-04-28 20:00:45 +01:00
parent 64f29218b6
commit a6fcf6d465
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -27841,17 +27841,14 @@ library.")
(package
(inherit python-pyopengl)
(name "python-pyopengl-accelerate")
(version "3.1.6")
(version "3.1.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyOpenGL-accelerate" version))
(uri (pypi-uri "pyopengl_accelerate" version))
(sha256
(base32
"1hydrpdn4p4z6mlczcg1y4s0z8si3rs6zq8x4ql558pcaq1312md"))))
(inputs
(list mesa python-numpy)) ; for cython module
; numpy_formathandler, thus not propagated
"1ww6kbyj1hshxfi3gskkygv1w2f7klzj9jcyfpzihn4pfry7r5c5"))))
(arguments
`(#:tests? #f
#:phases