gnu: paredit: Update to 24.
authorAlex Kost <alezost@gmail.com>
Wed, 2 Dec 2015 19:53:24 +0000 (22:53 +0300)
committerAlex Kost <alezost@gmail.com>
Thu, 3 Dec 2015 10:39:26 +0000 (13:39 +0300)
* gnu/packages/emacs.scm (paredit): Update to 24.

gnu/packages/emacs.scm

index 4020898..947ddcb 100644 (file)
@@ -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