summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 22:06:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-11 00:03:46 +0200
commitba42bce19bbfbeca4d8dcd6e41c64427ce0b9a6a (patch)
tree6d823257e9ad17509b16cd2223e5509402c0e79c
parent0f0c9d2b0ff34526eea54456f2bf9ff099e36ea7 (diff)
downloadguix-ba42bce19bbfbeca4d8dcd6e41c64427ce0b9a6a.tar.gz
gnu: glfw: Update to 3.3.4.
* gnu/packages/gl.scm (glfw): Update to 3.3.4.
-rw-r--r--gnu/packages/gl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index a3839c0519..0d2e71cc72 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