guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: paredit: Update to 24.


From: Alex Kost
Subject: 04/04: gnu: paredit: Update to 24.
Date: Thu, 03 Dec 2015 10:41:15 +0000

alezost pushed a commit to branch master
in repository guix.

commit c181b870f1e72b30931f3cefd0ee6a010e2ae762
Author: Alex Kost <address@hidden>
Date:   Wed Dec 2 22:53:24 2015 +0300

    gnu: paredit: Update to 24.
    
    * gnu/packages/emacs.scm (paredit): Update to 24.
---
 gnu/packages/emacs.scm |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4020898..947ddcb 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -226,13 +226,14 @@ metadata.")
 (define-public paredit
   (package
     (name "paredit")
-    (version "23")
+    (version "24")
     (source (origin
-             (method url-fetch)
-             (uri (string-append "http://mumble.net/~campbell/emacs/paredit-";
-                                 version ".el"))
-             (sha256
-              (base32 
"1np882jzvxckljx3cjz4absyzmc5hw65cs21sjmbic82163m9lf8"))))
+              (method url-fetch)
+              (uri (string-append "http://mumble.net/~campbell/emacs/paredit-";
+                                  version ".el"))
+              (sha256
+               (base32
+                "0pp3n8q6kc70blqsaw0zlzp6bc327dpgdrjr0cnh7hqg1lras7ka"))))
     (build-system trivial-build-system)
     (inputs `(("emacs" ,emacs-no-x)))
     (arguments



reply via email to

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