me
/
guix
Archived
1
0
Fork 0

gnu: emacs-paredit: Update to 26.

* gnu/packages/emacs-xyz.scm (emacs-paredit): Update to 26.
master
Nicolas Goaziou 2022-11-27 00:05:39 +01:00
parent 68925b5ee7
commit 89c385faef
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -811,7 +811,7 @@ Emacs package archive}.")
(define-public emacs-paredit
(package
(name "emacs-paredit")
(version "25")
(version "26")
(source (origin
(method git-fetch)
(uri (git-reference
@ -820,7 +820,7 @@ Emacs package archive}.")
(file-name (git-file-name name version))
(sha256
(base32
"1gc6lnk5xqxzl9s2m99hfi07wp4zfhh1k64c1bdrjfalv55nl998"))))
"1hwl2jhv1fhsdrspfhprq77n763i4zsj350q024ajy0m2kaql6ws"))))
(build-system emacs-build-system)
(home-page "http://mumble.net/~campbell/emacs/paredit/")
(synopsis "Emacs minor mode for editing parentheses")