guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69903] [PATCH] gnu: gl: Update glu to 9.0.3.


From: Daniel Ziltener
Subject: [bug#69903] [PATCH] gnu: gl: Update glu to 9.0.3.
Date: Tue, 19 Mar 2024 20:01:12 +0100

---
 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 via email to

[Prev in Thread] Current Thread [Next in Thread]