guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: glu: Update to 9.0.1.


From: guix-commits
Subject: 01/01: gnu: glu: Update to 9.0.1.
Date: Tue, 30 Jul 2019 17:46:11 -0400 (EDT)

rhelling pushed a commit to branch staging
in repository guix.

commit 1dff73acf908125b292de2ab2fc5b25155ad77d8
Author: Rutger Helling <address@hidden>
Date:   Tue Jul 30 23:42:48 2019 +0200

    gnu: glu: Update to 9.0.1.
    
    * gnu/packages/gl.scm (glu): Update to 9.0.1.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 4c3da2a..0f88e96 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -64,14 +64,14 @@
 (define-public glu
   (package
     (name "glu")
-    (version "9.0.0")
+    (version "9.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0r72yyhj09x3krn3kn629jqbwyq50ji8w5ri2pn6zwrk35m4g1s3"))))
+                "1xqhk9bn10nbvffw3r4p4rjslwz1l7gaycc0x2pqkr2irp7q9x7n"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("mesa" ,mesa))) ; according to glu.pc



reply via email to

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