gnu: emacs-debbugs: Update to 0.32.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.32.
[propagated-inputs]: Replace emacs-async with emacs-soap-client.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Aleksandr Vityazev 2022-05-17 18:09:01 +00:00 committed by Maxim Cournoyer
parent 0adc984d35
commit 5f77ece508
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6432,18 +6432,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