diff options
author | Alex Kost <alezost@gmail.com> | 2017-12-09 20:08:50 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2017-12-10 22:38:43 +0300 |
commit | 308b8f79c5267ae442e4a8874cfed80f3c5a8831 (patch) | |
tree | 50e0eba2bf7d033ca15df5015d7f0847438e01d2 /gnu | |
parent | 6d21272b22d1303908639fc926c70c7145e95563 (diff) | |
download | patches-308b8f79c5267ae442e4a8874cfed80f3c5a8831.tar patches-308b8f79c5267ae442e4a8874cfed80f3c5a8831.tar.gz |
gnu: emacs-smartparens: Update to 1.11.0.
* gnu/packages/emacs.scm (emacs-smartparens): Update to 1.11.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index d08246f484..d1b5aeeaf6 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") |