gnu: emacs-debbugs: Update to 0.21.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.21.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-29 22:48:32 +01:00
parent 23bb7a6271
commit c19df02096
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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