gnu: emacs-debbugs: Update to 0.23.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.23.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Michael Rohleder 2020-06-13 14:28:11 +08:00 committed by 宋文武
parent 7304cb0a23
commit e51175f686
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

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