GNU bug report logs - #55486
[PATCH] gnu: emacs-debbugs: Update to 0.32.

Previous Next

Package: guix-patches;

Reported by: Aleksandr Vityazev <avityazev <at> posteo.org>

Date: Tue, 17 May 2022 18:10:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#55486: closed ([PATCH] gnu: emacs-debbugs: Update to 0.32.)
Date: Tue, 17 May 2022 18:55:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 17 May 2022 14:54:28 -0400
with message-id <87ilq4htwb.fsf <at> gmail.com>
and subject line Re: [bug#55486] [PATCH] gnu: emacs-debbugs: Update to 0.32.
has caused the debbugs.gnu.org bug report #55486,
regarding [PATCH] gnu: emacs-debbugs: Update to 0.32.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
55486: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55486
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-debbugs: Update to 0.32.
Date: Tue, 17 May 2022 18:09:01 +0000
* 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


[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Cc: 55486-done <at> debbugs.gnu.org
Subject: Re: [bug#55486] [PATCH] gnu: emacs-debbugs: Update to 0.32.
Date: Tue, 17 May 2022 14:54:28 -0400
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


This bug report was last modified 3 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.