[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: emacs-smartparens: Update to 1.11.0.
From: |
Alex Kost |
Subject: |
02/02: gnu: emacs-smartparens: Update to 1.11.0. |
Date: |
Sun, 10 Dec 2017 14:39:50 -0500 (EST) |
alezost pushed a commit to branch master
in repository guix.
commit 308b8f79c5267ae442e4a8874cfed80f3c5a8831
Author: Alex Kost <address@hidden>
Date: Sat Dec 9 20:08:50 2017 +0300
gnu: emacs-smartparens: Update to 1.11.0.
* gnu/packages/emacs.scm (emacs-smartparens): Update to 1.11.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 d08246f..d1b5aee 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2997,7 +2997,7 @@ single theme but a set of guidelines with numerous
implementations.")
(define-public emacs-smartparens
(package
(name "emacs-smartparens")
- (version "1.10.1")
+ (version "1.11.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3006,7 +3006,7 @@ single theme but a set of guidelines with numerous
implementations.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1nwsi6fbbxjq3r22r6knmx71la3g0lmwfb95i9q4k138gn0m2l3i"))))
+ "0q5as813xs8y29i3v2rm97phd6m7xsmmw6hwbvx57gwmi8i1c409"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-dash" ,emacs-dash)))
(home-page "https://github.com/Fuco1/smartparens")