all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 67729@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>,
	Kaelyn Takata <kaelyn.alexi@protonmail.com>
Subject: [bug#67729] [PATCH v2] gnu: glfw: Update to 3.3.9.
Date: Tue, 19 Dec 2023 21:46:33 +0800	[thread overview]
Message-ID: <f14fce1f117a6da223481ed7910c7e56e7c21ca1.1702991851.git.hako@ultrarare.space> (raw)
In-Reply-To: <46b94ddb0ccbd1a67f15ed041a8fabd7405b5bbb.1702147673.git.kaelyn.alexi@protonmail.com>

From: Kaelyn Takata <kaelyn.alexi@protonmail.com>

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

Change-Id: Ide5ec168e97d431dba007bd6095635dab83b87c4
---
V1->V2: 3.3.8 -> 3.3.9.

 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..8f40c29163 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.9")
     (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"))))
+                "023dn97n4h14n5lbjpzjv0y6a2plj254c0w3rr3wraf3z08189jm"))))
     (build-system cmake-build-system)
     (arguments
      (list

base-commit: bed9103579686b1cc991ee4f955c2bc5067299d0
--
2.41.0




  reply	other threads:[~2023-12-19 13:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Hilton Chain via Guix-patches via [this message]
2023-12-31  3:08   ` bug#67729: [PATCH v2] gnu: glfw: Update to 3.3.9 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f14fce1f117a6da223481ed7910c7e56e7c21ca1.1702991851.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=67729@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    --cc=kaelyn.alexi@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.