GNU bug report logs -
#55486
[PATCH] gnu: emacs-debbugs: Update to 0.32.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55486 in the body.
You can then email your comments to 55486 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#55486
; Package
guix-patches
.
(Tue, 17 May 2022 18:10:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Aleksandr Vityazev <avityazev <at> posteo.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 17 May 2022 18:10:01 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-debbugs): Update to 0.32.
[propagated-inputs]: Replace emacs-async with emacs-soap-client.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 46fbefd47f..11aff268e5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6425,18 +6425,18 @@ (define-public emacs-ob-async
(define-public emacs-debbugs
(package
(name "emacs-debbugs")
- (version "0.31")
+ (version "0.32")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/debbugs-"
version ".tar"))
(sha256
- (base32 "11vdjrn5m5g6pirw8jv0602fbwwgdhazfrrwxxplii8x02gqk0sr"))))
+ (base32 "1xp3mj3ndaljma0g7x9abziphgi2a6j8k1v52sb8xwgn4p5gdvby"))))
(build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
(propagated-inputs
- (list emacs-async))
+ (list emacs-soap-client))
(home-page "https://elpa.gnu.org/packages/debbugs.html")
(synopsis "Access the Debbugs bug tracker in Emacs")
(description
--
2.36.0
--
Aleksandr Vityazev
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Tue, 17 May 2022 18:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Aleksandr Vityazev <avityazev <at> posteo.org>
:
bug acknowledged by developer.
(Tue, 17 May 2022 18:55:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 55486-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Aleksandr Vityazev <avityazev <at> posteo.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.32.
> [propagated-inputs]: Replace emacs-async with emacs-soap-client.
Applied with 5f77ece50821e79c1c04fae732e2ab0542b2da9c.
Thank you!
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 15 Jun 2022 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.