diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-28 20:00:45 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-28 21:58:59 +0100 |
commit | a6fcf6d465a60ddc6bd7f2c2a1a2e3ececb1187e (patch) | |
tree | 6e3109d80d892cf397bf1677055340b3e70bf34a | |
parent | 64f29218b6923c084545bad818d0c080373bd362 (diff) |
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
-rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 39cc4d8097..da3fd52aab 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |