From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 75273@debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler@gmail.com>, iyzsong@envs.net
Subject: [bug#75273] [PATCH] gnu: inform: Update to 6.42.
Date: Thu, 2 Jan 2025 09:32:23 +0800 [thread overview]
Message-ID: <5a4cfc74-22d2-479b-8751-551b6da9b6ef@disroot.org> (raw)
From 310c875ac189bba9385fbe8fbb24404d1b4d02e5 Mon Sep 17 00:00:00 2001
Message-ID: <310c875ac189bba9385fbe8fbb24404d1b4d02e5.1735781353.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Thu, 2 Jan 2025 08:39:59 +0800
Subject: [PATCH] gnu: inform: Update to 6.42.
* gnu/packages/game-development.scm (inform): Update to 6.42.
---
gnu/packages/game-development.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 9b0cb17846..57cebedda8 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2830,22 +2830,18 @@ (define-public ioquake3
(license license:gpl2))))
(define-public inform
- ;; The latest release does not yet have a build system.
- ;; This commit is the earliest to have one.
- (let ((commit "20cbfff96015938809d0e3da6cd0d83b76d27f14")
- (revision "0"))
(package
(name "inform")
- (version (git-version "6.41" revision commit))
+ (version "6.42")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://jxself.org/git/inform.git")
- (commit commit)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19z8pgrj1s2irany5s6xxwsm3bdnri1as46fdi16zdp4aah523jy"))))
+ (base32 "1gb7b8y4qq9n3r4giqr4shzn3xli6aiaax7k4lzlgic7w1x3zjfl"))))
(build-system gnu-build-system)
(native-inputs (list autoconf automake))
(synopsis "The Inform 6 compiler")
@@ -2854,7 +2850,7 @@ (define-public inform
This version of the compiler has been modified slightly to work better when the
Inform standard library is in a non-standard location.")
(home-page "https://jxself.org/git/inform.git")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public informlib
(package
base-commit: ba0340eec2e50439cfd94e85b40bf41c2d488a74
--
2.46.0
next reply other threads:[~2025-01-02 1:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-02 1:32 Adam Faiz via Guix-patches via [this message]
2025-01-07 16:14 ` [bug#75273] [PATCH] gnu: inform: Update to 6.42 Zheng Junjie
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=5a4cfc74-22d2-479b-8751-551b6da9b6ef@disroot.org \
--to=guix-patches@gnu.org \
--cc=75273@debbugs.gnu.org \
--cc=adam.faiz@disroot.org \
--cc=iyzsong@envs.net \
--cc=liliana.prikler@gmail.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).