guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: emacs-smartparens: Update to 1.8.0.


From: Alex Kost
Subject: 04/07: gnu: emacs-smartparens: Update to 1.8.0.
Date: Sat, 8 Oct 2016 18:06:54 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit 59c827f45f4d2a4620c12ef93a184537f8c5cfb8
Author: Alex Kost <address@hidden>
Date:   Fri Oct 7 18:23:12 2016 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 45b0490..4a26502 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2130,7 +2130,7 @@ dark background.")
 (define-public emacs-smartparens
   (package
     (name "emacs-smartparens")
-    (version "1.7.1")
+    (version "1.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2139,7 +2139,7 @@ dark background.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1b47ppkzsj8j8a2p0bmvq05rhm2d2lsm3wlc0sg542r4zr6nji8s"))))
+                "0xsqiklg0q4w6gj0js1hvsz4lkypvcx6c9kzb1mz232gwlqx1azw"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-dash" ,emacs-dash)))
     (home-page "https://github.com/Fuco1/smartparens";)



reply via email to

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