From: Kaelyn Takata via Guix-patches via <guix-patches@gnu.org>
To: 67729@debbugs.gnu.org
Cc: Kaelyn Takata <kaelyn.alexi@protonmail.com>
Subject: [bug#67729] [PATCH] gnu: glfw: Update to 3.3.8.
Date: Sat, 09 Dec 2023 18:48:05 +0000 [thread overview]
Message-ID: <46b94ddb0ccbd1a67f15ed041a8fabd7405b5bbb.1702147673.git.kaelyn.alexi@protonmail.com> (raw)
* 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
next reply other threads:[~2023-12-09 18:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-09 18:48 Kaelyn Takata via Guix-patches via [this message]
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
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46b94ddb0ccbd1a67f15ed041a8fabd7405b5bbb.1702147673.git.kaelyn.alexi@protonmail.com \
--to=guix-patches@gnu.org \
--cc=67729@debbugs.gnu.org \
--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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).