guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: glew: Update to 2.1.0.


From: guix-commits
Subject: 01/02: gnu: glew: Update to 2.1.0.
Date: Tue, 25 Dec 2018 04:11:50 -0500 (EST)

efraim pushed a commit to branch staging
in repository guix.

commit bbc94a08f3d752b1d6221f610260912760264efb
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 25 10:28:36 2018 +0200

    gnu: glew: Update to 2.1.0.
    
    * gnu/packages/gl.scm (glew): Update to 2.1.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 719c185..2c64b0b 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -452,14 +452,14 @@ glxgears, glxheads, and glxinfo.")
 (define-public glew
   (package
     (name "glew")
-    (version "2.0.0")
+    (version "2.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/glew/glew/" version
                                   "/glew-" version ".tgz"))
               (sha256
                (base32
-                "0r37fg2s1f0jrvwh6c8cz5x6v4wqmhq42qm15cs9qs349q5c6wn5"))
+                "159wk5dc0ykjbxvag5i1m2mhp23zkk6ra04l26y3jc3nwvkr3ph4"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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