me
/
guix
Archived
1
0
Fork 0

gnu: emacs-debbugs: Update to 0.20.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.20.
master
Tobias Geerinckx-Rice 2019-10-13 15:34:41 +02:00
parent a201b0973e
commit ca49db2735
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -3354,14 +3354,14 @@ source code using IPython.")
(define-public emacs-debbugs
(package
(name "emacs-debbugs")
(version "0.19")
(version "0.20")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/debbugs-"
version ".tar"))
(sha256
(base32
"0cpby8f088cqb5mpd756a2mb706x763k15cg2xdmmsxl415k3yw4"))))
"03mmb1zvbqlsznl5agq8k3xrlcz310vnsa2zn0y8myanm4ra51zm"))))
(build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
(propagated-inputs