mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-paredit: Update to 26.
* gnu/packages/emacs-xyz.scm (emacs-paredit): Update to 26.
This commit is contained in:
parent
68925b5ee7
commit
89c385faef
1 changed files with 2 additions and 2 deletions
|
@ -811,7 +811,7 @@ Emacs package archive}.")
|
||||||
(define-public emacs-paredit
|
(define-public emacs-paredit
|
||||||
(package
|
(package
|
||||||
(name "emacs-paredit")
|
(name "emacs-paredit")
|
||||||
(version "25")
|
(version "26")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -820,7 +820,7 @@ Emacs package archive}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gc6lnk5xqxzl9s2m99hfi07wp4zfhh1k64c1bdrjfalv55nl998"))))
|
"1hwl2jhv1fhsdrspfhprq77n763i4zsj350q024ajy0m2kaql6ws"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "http://mumble.net/~campbell/emacs/paredit/")
|
(home-page "http://mumble.net/~campbell/emacs/paredit/")
|
||||||
(synopsis "Emacs minor mode for editing parentheses")
|
(synopsis "Emacs minor mode for editing parentheses")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue