guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: glfw: Update to 3.3.4.


From: guix-commits
Subject: 03/05: gnu: glfw: Update to 3.3.4.
Date: Sat, 10 Apr 2021 18:42:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ba42bce19bbfbeca4d8dcd6e41c64427ce0b9a6a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 10 22:06:00 2021 +0200

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



reply via email to

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