This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch python-team
in repository guix.
The following commit(s) were added to refs/heads/python-team by this push:
new 00dc86225b gnu: python-pyopengl-accelerate: Update to 3.1.10.
00dc86225b is described below
commit 00dc86225b3e1bf78d511e4ae86d2f96dfcb0ec2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 23 13:23:22 2025 +0100
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
---
gnu/packages/python-graphics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm
index d96387ab6d..d3c622e4e2 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