guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: glew: Update to 2.2.0.


From: guix-commits
Subject: 06/15: gnu: glew: Update to 2.2.0.
Date: Sun, 20 Nov 2022 11:21:11 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 44c0b5d4673f994324d9a27b25298bfdd8edf2ae
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 14:26:24 2022 +0100

    gnu: glew: Update to 2.2.0.
    
    * gnu/packages/gl.scm (glew): Update to 2.2.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 98ef994430..d45e4f0d8e 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -617,14 +617,14 @@ glxgears, glxheads, and glxinfo.")
 (define-public glew
   (package
     (name "glew")
-    (version "2.1.0")
+    (version "2.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/glew/glew/" version
                                   "/glew-" version ".tgz"))
               (sha256
                (base32
-                "159wk5dc0ykjbxvag5i1m2mhp23zkk6ra04l26y3jc3nwvkr3ph4"))
+                "1qak8f7g1iswgswrgkzc7idk7jmqgwrs58fhg2ai007v7j4q5z6l"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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