GNU bug report logs -
#74716
[PATCH] gnu: emacs-transient: Update to 0.8.0.
Previous Next
Reported by: aurtzy <aurtzy <at> gmail.com>
Date: Sat, 7 Dec 2024 04:26:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
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 74716 in the body.
You can then email your comments to 74716 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#74716
; Package
guix-patches
.
(Sat, 07 Dec 2024 04:26:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
aurtzy <aurtzy <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sat, 07 Dec 2024 04:26:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.0.
Change-Id: Ib95f4472979c963f4f024a6c6fcaa23903490f87
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b851232249..0eb9655393 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32988,7 +32988,7 @@ (define-public emacs-elmacro
(define-public emacs-transient
(package
(name "emacs-transient")
- (version "0.7.7")
+ (version "0.8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -32997,7 +32997,7 @@ (define-public emacs-transient
(file-name (git-file-name name version))
(sha256
(base32
- "0rdhjb2fcxwxpbr7lrjqqqdnag2zqs8l6g4yw59bkp4g7kxpmmar"))))
+ "1f8w6b242ar0538pimnrf7a5j277q80z7n379hyihdblvjk90xi2"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ;no test suite
base-commit: c56505e399834a3f68cf2b6715b42f12ceea217a
--
2.46.0
Information forwarded
to
aurtzy <at> gmail.com, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#74716
; Package
guix-patches
.
(Mon, 09 Dec 2024 20:46:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 74716 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.1.
Change-Id: Ib95f4472979c963f4f024a6c6fcaa23903490f87
---
A patch version was released yesterday.
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b851232249..88cc980781 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32988,7 +32988,7 @@ (define-public emacs-elmacro
(define-public emacs-transient
(package
(name "emacs-transient")
- (version "0.7.7")
+ (version "0.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -32997,7 +32997,7 @@ (define-public emacs-transient
(file-name (git-file-name name version))
(sha256
(base32
- "0rdhjb2fcxwxpbr7lrjqqqdnag2zqs8l6g4yw59bkp4g7kxpmmar"))))
+ "1r6rkgkly3s5rqarlhwqrqm37h139p9bdb9q7grp3zq1gnng7vlx"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ;no test suite
base-commit: c56505e399834a3f68cf2b6715b42f12ceea217a
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74716
; Package
guix-patches
.
(Tue, 10 Dec 2024 13:38:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 74716 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 74716 + reviewed-looks-good
thanks
Guix QA review form submission:
Items marked as checked:
- Commit messages
- Package builds
- Lint warnings
- Package style
- List and build all dependents packages
--
Cayetano Santos
GnuPG Key: https://meta.sr.ht/~csantosb.pgp
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
Reply sent
to
Hilton Chain <hako <at> ultrarare.space>
:
You have taken responsibility.
(Wed, 11 Dec 2024 02:14:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
aurtzy <aurtzy <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 11 Dec 2024 02:14:03 GMT)
Full text and
rfc822 format available.
Message #16 received at 74716-done <at> debbugs.gnu.org (full text, mbox):
Hi aurtzy,
On Tue, 10 Dec 2024 04:42:56 +0800,
aurtzy wrote:
>
> * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.1.
>
> Change-Id: Ib95f4472979c963f4f024a6c6fcaa23903490f87
> ---
>
> A patch version was released yesterday.
>
> gnu/packages/emacs-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied v2 as bafa29fb2b297a0663cee6bbe6e4942637d61346, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 08 Jan 2025 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 163 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.