gnu: emacs-debbugs: Update to 0.17.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.17.
This commit is contained in:
Ludovic Courtès 2019-03-27 14:58:59 +01:00
parent 42314ffa07
commit 06013a45aa
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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