Skip to content
Snippets Groups Projects
Unverified Commit b64ca5da authored by Nicolas Goaziou's avatar Nicolas Goaziou
Browse files

gnu: emacs-debbugs: Update to 0.24.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.24.
parent 98366c99
No related branches found
No related tags found
No related merge requests found
...@@ -4124,14 +4124,14 @@ (define-public emacs-ob-ipython ...@@ -4124,14 +4124,14 @@ (define-public emacs-ob-ipython
(define-public emacs-debbugs (define-public emacs-debbugs
(package (package
(name "emacs-debbugs") (name "emacs-debbugs")
(version "0.23") (version "0.24")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "https://elpa.gnu.org/packages/debbugs-" (method url-fetch)
version ".tar")) (uri (string-append "https://elpa.gnu.org/packages/debbugs-"
(sha256 version ".tar"))
(base32 (sha256
"0mcz97b3sddrc68wi8dz95b2rq7ky88pr2i1ghyhy28as16chmz5")))) (base32 "1b8qwdvf3jvw0chrdgbymb2ci9ms45mf90nrljxx7jql2lsr3x63"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$"))) (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
(propagated-inputs (propagated-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment