sharlatan pushed a commit to branch master
in repository guix.

commit fe7c622ab00afd88d64a5fab32e26ed54ef614ee
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Jul 13 14:13:11 2024 +0300

    gnu: glfw: Update to 3.3.10.
    
    * gnu/packages/gl.scm (glfw): Update to 3.3.10.
    
    Change-Id: I9d789fb74af4ed649102195891adc5e437883d30
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/gl.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 2100bb4872..f40ddaeb86 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2023 Kaelyn Takata <[email protected]>
 ;;; Copyright © 2023, 2024 Zheng Junjie <[email protected]>
 ;;; Copyright © 2024 Liliana Marie Prikler <[email protected]>
+;;; Copyright © 2024 Artyom V. Poptsov <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -924,7 +925,7 @@ OpenGL.")
 (define-public glfw
   (package
     (name "glfw")
-    (version "3.3.9")
+    (version "3.3.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/glfw/glfw";
@@ -932,7 +933,7 @@ OpenGL.")
                                   "/glfw-" version ".zip"))
               (sha256
                (base32
-                "023dn97n4h14n5lbjpzjv0y6a2plj254c0w3rr3wraf3z08189jm"))))
+                "1f5xs4cj1y5wk1jimv1mylk6n6vh7433js28mfd1kf7p2zw3whz8"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to