guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-smartparens: Update to 1.9.0.


From: Alex Kost
Subject: 03/03: gnu: emacs-smartparens: Update to 1.9.0.
Date: Thu, 5 Jan 2017 21:32:03 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit ec14d2157d8e4c0caea6f912e041a78194b29a46
Author: Alex Kost <address@hidden>
Date:   Thu Jan 5 12:51:45 2017 +0300

    gnu: emacs-smartparens: Update to 1.9.0.
    
    * gnu/packages/emacs.scm (emacs-smartparens): Update to 1.9.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 0e456c3..7b476e1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2329,7 +2329,7 @@ dark background.")
 (define-public emacs-smartparens
   (package
     (name "emacs-smartparens")
-    (version "1.8.0")
+    (version "1.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2338,7 +2338,7 @@ dark background.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0xsqiklg0q4w6gj0js1hvsz4lkypvcx6c9kzb1mz232gwlqx1azw"))))
+                "12065r7h1s9v8lnq5mk3654dkw4cq60ky8aniqq5n2ivv6qd2d4q"))))
     (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]