all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67729] [PATCH] gnu: glfw: Update to 3.3.8.
@ 2023-12-09 18:48 Kaelyn Takata via Guix-patches via
  2023-12-19 13:46 ` [bug#67729] [PATCH v2] gnu: glfw: Update to 3.3.9 Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2023-12-09 18:48 UTC (permalink / raw)
  To: 67729; +Cc: Kaelyn Takata

* gnu/packages/gl.scm (glfw): Update to 3.3.8.

Change-Id: Ide5ec168e97d431dba007bd6095635dab83b87c4
---
 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 c02a6f0a84..314540c39c 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -888,7 +888,7 @@ (define-public soil
 (define-public glfw
   (package
     (name "glfw")
-    (version "3.3.4")
+    (version "3.3.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/glfw/glfw"
@@ -896,7 +896,7 @@ (define-public glfw
                                   "/glfw-" version ".zip"))
               (sha256
                (base32
-                "1kcrpl4d6b6h23ib5j9q670d9w3knd07whgbanbmwwhbcqnc9lmv"))))
+                "19hyj7cnj9i0pvsbr9b5wlikh687b17vmfdr3bwx2gaarj1m00jd"))))
     (build-system cmake-build-system)
     (arguments
      (list

base-commit: 61f2d84e75c340c2ba528d392f522c51b8843f34
-- 
2.41.0






^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-31  3:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 18:48 [bug#67729] [PATCH] gnu: glfw: Update to 3.3.8 Kaelyn Takata via Guix-patches via
2023-12-19 13:46 ` [bug#67729] [PATCH v2] gnu: glfw: Update to 3.3.9 Hilton Chain via Guix-patches via
2023-12-31  3:08   ` bug#67729: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.