diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-23 13:23:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:59 +0100 |
| commit | cb6fa1a5f06b971c46b5811d387e617c827b29ee (patch) | |
| tree | 4c0ad5b793893b7a7702c9085dbcd3678fe9aa95 | |
| parent | c8c874cb3977d0b797950684bd0d2015221056fd (diff) | |
gnu: python-pyopengl-accelerate: Update to 3.1.10.
* gnu/packages/python-graphics.scm (python-pyopengl-accelerate): Update to 3.1.10.
Change-Id: I92b6b3ed8b18a5e07c647d209d8aa00840b5f7e9
| -rw-r--r-- | gnu/packages/python-graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index d96387ab6d8..d3c622e4e2e 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm @@ -597,14 +597,14 @@ library.") (package (inherit python-pyopengl) (name "python-pyopengl-accelerate") - (version "3.1.9") + (version "3.1.10") (source (origin (method url-fetch) (uri (pypi-uri "pyopengl_accelerate" version)) (sha256 (base32 - "1ww6kbyj1hshxfi3gskkygv1w2f7klzj9jcyfpzihn4pfry7r5c5")))) + "0waskwvw9mp830bnnxcqd8bkh7a4qbnr0fcjnnw35xx6y21iqxc2")))) (arguments `(#:tests? #f #:phases |
