guix-commits
[Top][All Lists]
Advanced

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

37/416: gnu: glew: Update to 2.2.0.


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

apteryx pushed a commit to branch master
in repository guix.

commit 399dd75f3a2fd7bb54c7987fba20b980f38a0579
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 65f3a03718..b945c6c5b8 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -615,14 +615,14 @@ glxdemo, 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]