unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69903] [PATCH] gnu: gl: Update glu to 9.0.3.
@ 2024-03-19 19:01 Daniel Ziltener via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Daniel Ziltener via Guix-patches via @ 2024-03-19 19:01 UTC (permalink / raw)
  To: 69903; +Cc: dziltener

---
 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-19 20:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-19 19:01 [bug#69903] [PATCH] gnu: gl: Update glu to 9.0.3 Daniel Ziltener via Guix-patches via

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).