GNU bug report logs - #66013
[PATCH 0/4] gnu: bap, python-glcontext: Fix hash and update.

Previous Next

Package: guix-patches;

Reported by: Simon Tournier <zimon.toutoune <at> gmail.com>

Date: Fri, 15 Sep 2023 18:40:01 UTC

Severity: normal

Tags: patch

Done: Simon Tournier <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 66013 <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: 66013 <at> debbugs.gnu.org
Cc: Simon Tournier <zimon.toutoune <at> gmail.com>
Subject: [PATCH 4/4] gnu: python-glcontext: Update to 2.4.0-1.0af21b7.
Date: Fri, 15 Sep 2023 21:10:40 +0200
* 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 --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
-- 
2.38.1





This bug report was last modified 1 year and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.