diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-03 21:43:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:44:58 +0100 |
commit | 2ca33b3a5ed2a647b9cd6637eaf0b6e62111b607 (patch) | |
tree | 81b8f8f6804c6a766f62d2b8556c0383a9a2327b | |
parent | 87609036facf698cfcf28bf0ceaeeee601d56162 (diff) |
gnu: glfw: Update to 3.3.3.
* gnu/packages/gl.scm (glfw): Update to 3.3.3.
-rw-r--r-- | gnu/packages/gl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index e378474147..5b4f5ec0fa 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 |