guix-commits
[Top][All Lists]
Advanced

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

32/416: gnu: freeglut: Update to 3.4.0.


From: guix-commits
Subject: 32/416: gnu: freeglut: Update to 3.4.0.
Date: Fri, 14 Apr 2023 15:25:14 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit a643718b0c60eb1e0365e95e710806dbaa226356
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 4ae96032cd..65f3a03718 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -110,7 +110,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
@@ -118,7 +118,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]