unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55486] [PATCH] gnu: emacs-debbugs: Update to 0.32.
@ 2022-05-17 18:09 Aleksandr Vityazev
  2022-05-17 18:54 ` bug#55486: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksandr Vityazev @ 2022-05-17 18:09 UTC (permalink / raw)
  To: 55486

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55486: [PATCH] gnu: emacs-debbugs: Update to 0.32.
  2022-05-17 18:09 [bug#55486] [PATCH] gnu: emacs-debbugs: Update to 0.32 Aleksandr Vityazev
@ 2022-05-17 18:54 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-05-17 18:54 UTC (permalink / raw)
  To: Aleksandr Vityazev; +Cc: 55486-done

Hello,

Aleksandr Vityazev <avityazev@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-17 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 18:09 [bug#55486] [PATCH] gnu: emacs-debbugs: Update to 0.32 Aleksandr Vityazev
2022-05-17 18:54 ` bug#55486: " Maxim Cournoyer

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).