gnu: emacs-debbugs: Update to 0.27.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.27.
This commit is contained in:
Nicolas Goaziou 2020-12-09 14:54:27 +01:00
parent 3d85c3ec65
commit 5103459664
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4840,14 +4840,14 @@ (define-public emacs-ob-ipython
(define-public emacs-debbugs
(package
(name "emacs-debbugs")
(version "0.26")
(version "0.27")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/debbugs-"
version ".tar"))
(sha256
(base32 "14n2rrs3ccvlp8fhxs08awlqdfawxwbj8nq1xpa0wwlbfvxnf24c"))))
(base32 "1zn9p9vmfv5ihrp8d06b6abs48q225v42cgwa01s39hld6zg6wbv"))))
(build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
(propagated-inputs