guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: emacs-paredit: Update to 26.


From: guix-commits
Subject: 01/05: gnu: emacs-paredit: Update to 26.
Date: Sat, 26 Nov 2022 18:18:12 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 89c385faef5c275cdd30b2b5d2c98f6968211f06
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 27 00:05:39 2022 +0100

    gnu: emacs-paredit: Update to 26.
    
    * gnu/packages/emacs-xyz.scm (emacs-paredit): Update to 26.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8eb4dab077..614a4a123e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]