guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: freeglut: Update to 3.4.0.


From: guix-commits
Subject: 01/15: gnu: freeglut: Update to 3.4.0.
Date: Sun, 20 Nov 2022 11:21:10 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 4257176e265f72ba0f975e6e8ac47623c914483c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 14:08:56 2022 +0100

    gnu: freeglut: Update to 3.4.0.
    
    * gnu/packages/gl.scm (freeglut): Update to 3.4.0.
---
 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 68c751ace5..98ef994430 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -111,7 +111,7 @@ as ASCII text.")
 (define-public freeglut
   (package
     (name "freeglut")
-    (version "3.2.2")
+    (version "3.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -119,7 +119,7 @@ as ASCII text.")
                     "/download/v" version "/freeglut-" version ".tar.gz"))
               (sha256
                (base32
-                "0l3s57zw51fy3mn5qfdm4z775kfhflgxppanaxmskfzh5l44m565"))))
+                "1v7ayg3a03mv8b6lsr1qm21lbr8xg8dh3gdfxnbhl64vbn8wn2rw"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ;no test target



reply via email to

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