gnu: paredit: Update to 24.
* gnu/packages/emacs.scm (paredit): Update to 24.
This commit is contained in:
parent
509a0c2700
commit
c181b870f1
1 changed files with 7 additions and 6 deletions
|
@ -226,13 +226,14 @@ (define-public geiser
|
||||||
(define-public paredit
|
(define-public paredit
|
||||||
(package
|
(package
|
||||||
(name "paredit")
|
(name "paredit")
|
||||||
(version "23")
|
(version "24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://mumble.net/~campbell/emacs/paredit-"
|
(uri (string-append "http://mumble.net/~campbell/emacs/paredit-"
|
||||||
version ".el"))
|
version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1np882jzvxckljx3cjz4absyzmc5hw65cs21sjmbic82163m9lf8"))))
|
(base32
|
||||||
|
"0pp3n8q6kc70blqsaw0zlzp6bc327dpgdrjr0cnh7hqg1lras7ka"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(inputs `(("emacs" ,emacs-no-x)))
|
(inputs `(("emacs" ,emacs-no-x)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue