guix-commits
[Top][All Lists]
Advanced

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

15/35: gnu: glfw: Update to 3.3.3.


From: guix-commits
Subject: 15/35: gnu: glfw: Update to 3.3.3.
Date: Wed, 3 Mar 2021 18:45:09 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2ca33b3a5ed2a647b9cd6637eaf0b6e62111b607
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 21:43:41 2021 +0100

    gnu: glfw: Update to 3.3.3.
    
    * gnu/packages/gl.scm (glfw): Update to 3.3.3.
---
 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 e378474..5b4f5ec 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -770,7 +770,7 @@ OpenGL.")
 (define-public glfw
   (package
     (name "glfw")
-    (version "3.3.2")
+    (version "3.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/glfw/glfw";
@@ -778,7 +778,7 @@ OpenGL.")
                                   "/glfw-" version ".zip"))
               (sha256
                (base32
-                "1izgc4r0ypxwwklfzj98ab4xqsjpb1wbsfdbivvxpmr95x8km8q8"))))
+                "0xrrahhbs4sn7sgvdk9sgz5zla4sw3ajq6kxpqrx635l8nnqfc3j"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no test target



reply via email to

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