GNU bug report logs -
#75273
[PATCH] gnu: inform: Update to 6.42.
Previous Next
Reported by: Adam Faiz <adam.faiz <at> disroot.org>
Date: Thu, 2 Jan 2025 01:33:03 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75273 in the body.
You can then email your comments to 75273 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75273
; Package
guix-patches
.
(Thu, 02 Jan 2025 01:33:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Adam Faiz <adam.faiz <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 02 Jan 2025 01:33:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 310c875ac189bba9385fbe8fbb24404d1b4d02e5 Mon Sep 17 00:00:00 2001
Message-ID: <310c875ac189bba9385fbe8fbb24404d1b4d02e5.1735781353.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75273
; Package
guix-patches
.
(Tue, 07 Jan 2025 16:15:03 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Adam Faiz via Guix-patches via <guix-patches <at> gnu.org> writes:
> From 310c875ac189bba9385fbe8fbb24404d1b4d02e5 Mon Sep 17 00:00:00 2001
> Message-ID: <310c875ac189bba9385fbe8fbb24404d1b4d02e5.1735781353.git.adam.faiz <at> disroot.org>
> From: AwesomeAdam54321 <adam.faiz <at> 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
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Tue, 07 Jan 2025 16:15:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Adam Faiz <adam.faiz <at> disroot.org>
:
bug acknowledged by developer.
(Tue, 07 Jan 2025 16:15:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 05 Feb 2025 12:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 36 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.