diff mbox series

[bug#66013,4/4] gnu: python-glcontext: Update to 2.4.0-1.0af21b7.

Message ID 4413530e2475d4e37194e87cf983c883ef2ad3a1.1694800551.git.zimon.toutoune@gmail.com
State New
Headers show
Series gnu: bap, python-glcontext: Fix hash and update. | expand

Commit Message

Simon Tournier Sept. 15, 2023, 7:10 p.m. UTC
* gnu/packages/python-xyz.scm (python-glcontext): Update to 2.4.0-1.0af21b7.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 481326b8e162..fc6caf93912c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22988,8 +22988,8 @@  (define-public python-pyopengl-accelerate
 (define-public python-glcontext
   (let (;; Upstream is known for abusing mutable tag, hence pinpoint the
         ;; relevant commit.
-        (revision "0")
-        (commit "beebc1fd08ee850f06f4390be4b280824e383074"))
+        (revision "1")
+        (commit "0af21b7c8a8cc0e76f4d9aff6a4f156f43d37333"))
     (package
       (name "python-glcontext")
       (version (git-version "2.4.0" revision commit))
@@ -23001,7 +23001,7 @@  (define-public python-glcontext
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0zzpwyqg19y600n09xz07cxk4jimh9vjraszda7g7ipijq6iasac"))))
+                  "03xpw776pvv8c5n58049yczlkgcqdh9vfcpjlghh3p6cal3yiq8a"))))
       (build-system pyproject-build-system)
       (arguments
        (list #:phases #~(modify-phases %standard-phases