diff options
| author | Christopher Baines <mail@cbaines.net> | 2021-03-05 22:56:40 +0000 | 
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2021-03-06 00:18:30 +0000 | 
| commit | a8448da0f4a090818104e64dd79f90b0e50d5e77 (patch) | |
| tree | 494c58b4724f12cd9de0db9b0a7096de2b922c0f /gnu/packages/gl.scm | |
| parent | 4f4b749e75b38b8c08b4f67ef51c2c8740999e28 (diff) | |
| parent | a714af38d5d1046081524d859cde4cd8fd12a923 (diff) | |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/gl.scm')
| -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 6f06d27977..48b936f7e8 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -777,7 +777,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" @@ -785,7 +785,7 @@ OpenGL.")                                    "/glfw-" version ".zip"))                (sha256                 (base32 -                "1izgc4r0ypxwwklfzj98ab4xqsjpb1wbsfdbivvxpmr95x8km8q8")))) +                "0xrrahhbs4sn7sgvdk9sgz5zla4sw3ajq6kxpqrx635l8nnqfc3j"))))      (build-system cmake-build-system)      (arguments       '(#:tests? #f ; no test target | 
