unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Daniel Ziltener via Guix-patches via <guix-patches@gnu.org>
To: 69903@debbugs.gnu.org
Cc: dziltener@lyrion.ch
Subject: [bug#69903] [PATCH] gnu: gl: Update glu to 9.0.3.
Date: Tue, 19 Mar 2024 20:01:12 +0100	[thread overview]
Message-ID: <41f2e48386cf7992916862ec9694605c@lyrion.ch> (raw)

---
 gnu/packages/gl.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index f8dc8c1d9d..4e115dd00c 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -79,7 +79,7 @@ (define-module (gnu packages gl)
 (define-public glu
   (package
     (name "glu")
-    (version "9.0.2")
+    (version "9.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -88,15 +88,13 @@ (define-public glu
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1khxfidyglpx4yd8f3xvrj05ah823cz1ygcszhcaa4w7h9kd1lbr"))))
+                "0kmzmz93qqq0kv1c680nwf8whxf0zdw68khy7ask7plb41zdbbx1"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config
-           autoconf
-           automake
-           libtool))
+           mesa-headers))
     (propagated-inputs
-     (list mesa)) ; according to glu.pc
+     (list libglvnd)) ; according to glu.pc
     (home-page "http://www.opengl.org/archives/resources/faq/technical/glu.htm")
     (synopsis "Mesa OpenGL Utility library")
     (description
-- 
2.41.0





                 reply	other threads:[~2024-03-19 20:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=41f2e48386cf7992916862ec9694605c@lyrion.ch \
    --to=guix-patches@gnu.org \
    --cc=69903@debbugs.gnu.org \
    --cc=dziltener@lyrion.ch \
    /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).