unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 63168@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#63168] [PATCH v2] gnu: python-pyopengl: Update to 3.1.6
Date: Sun, 30 Apr 2023 16:11:50 -0700	[thread overview]
Message-ID: <20230430231150.28793-1-atai@atai.org> (raw)
In-Reply-To: <20230429064157.3147-1-atai@atai.org>

* gnu/packages/python-xyz.scm (python-pyopengl): Update to 3.1.6
  (python-pyopengl-accelerate): Update to 3.1.6
---
 gnu/packages/python-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e2d082091f..74f53fa067 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21597,14 +21597,14 @@ (define-public python-regex
 (define-public python-pyopengl
   (package
     (name "python-pyopengl")
-    (version "3.1.5")
+    (version "3.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PyOpenGL" version))
        (sha256
         (base32
-         "091lp9bpqi8yf1nmyg19xmvw611lrzq2q94cl1k5gnlh0c6vl1s1"))))
+         "09syrsfrcknr1k2wmj05gfd5d0dyjfxzbipzbd0agv9775vwi9lf"))))
     (build-system python-build-system)
     (inputs
      (list mesa freeglut glu))
@@ -21642,14 +21642,14 @@ (define-public python-pyopengl-accelerate
   (package
     (inherit python-pyopengl)
     (name "python-pyopengl-accelerate")
-    (version "3.1.5")
+    (version "3.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PyOpenGL-accelerate" version))
        (sha256
         (base32
-         "01iggy5jwxv7lxnj51zbmlbhag9wcb7dvrbwgi97i90n0a5m3r8j"))))
+         "1hydrpdn4p4z6mlczcg1y4s0z8si3rs6zq8x4ql558pcaq1312md"))))
     (inputs
      (list mesa python-numpy)) ; for cython module
                                         ; numpy_formathandler, thus not propagated

base-commit: 23552fb2fbcb78757e8b563de9466831f6386105
-- 
2.39.2





  reply	other threads:[~2023-05-01  2:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-29  6:41 [bug#63168] [PATCH] gnu: python-pyopengl: Update to 3.1.6 Andy Tai
2023-04-30 23:11 ` Andy Tai [this message]
2023-05-11  7:47 ` bug#63168: " Lars-Dominik Braun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230430231150.28793-1-atai@atai.org \
    --to=atai@atai.org \
    --cc=63168@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).