From: msglm via Guix-patches via <guix-patches@gnu.org>
To: ludo@gnu.org
Cc: 72858@debbugs.gnu.org, msglm <msglm@techchud.xyz>
Subject: [bug#72858] [PATCH] gnu: godot: Update to 4.3
Date: Tue, 3 Sep 2024 12:17:13 -0500 [thread overview]
Message-ID: <20240903171712.21862-2-msglm@techchud.xyz> (raw)
In-Reply-To: <20240828180904.28650-1-msglm@techchud.xyz>
* gnu/packages/game-development.scm (godot): Update to 4.3.
Change-Id: I6a5056d9e0dce346d47be441fd550793831ec5b7
---
gnu/packages/game-development.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index aff95d48a1..fe2a372493 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2101,16 +2101,16 @@ (define-public godot-lts
(define-public godot
(package
(name "godot")
- (version "4.2.2")
+ (version "4.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/godotengine/godot")
- (commit (string-append version "-stable"))))
- (file-name (git-file-name name version))
+ (commit (string-append version))))
+ (file-name (git-file-name name version "-stable"))
(sha256
(base32
- "0wm0pla6f6gvk21gbm5kiihinn05dvvprk0242m6s8c78wy60wka"))
+ "1hg6hkysvf6znpy8rcbgkzvan3qqg3iiva7g5g6y7mjd30a6dsy3"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
--
2.45.2
next prev parent reply other threads:[~2024-09-03 17:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-28 18:09 [bug#72858] [PATCH] gnu: godot: Update to 4.3 msglm via Guix-patches via
2024-09-03 11:44 ` Ludovic Courtès
2024-09-03 17:17 ` msglm via Guix-patches via [this message]
2024-09-04 17:12 ` Ludovic Courtès
2024-09-07 21:05 ` bug#72858: " John Kehayias 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=20240903171712.21862-2-msglm@techchud.xyz \
--to=guix-patches@gnu.org \
--cc=72858@debbugs.gnu.org \
--cc=ludo@gnu.org \
--cc=msglm@techchud.xyz \
/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).