gnu: emacs-smartparens: Update to 1.9.0.

* gnu/packages/emacs.scm (emacs-smartparens): Update to 1.9.0.
This commit is contained in:
Alex Kost 2017-01-05 12:51:45 +03:00
parent 922ab34446
commit ec14d2157d
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 2 additions and 2 deletions

View File

@ -2329,7 +2329,7 @@ dark background.")
(define-public emacs-smartparens (define-public emacs-smartparens
(package (package
(name "emacs-smartparens") (name "emacs-smartparens")
(version "1.8.0") (version "1.9.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2338,7 +2338,7 @@ dark background.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xsqiklg0q4w6gj0js1hvsz4lkypvcx6c9kzb1mz232gwlqx1azw")))) "12065r7h1s9v8lnq5mk3654dkw4cq60ky8aniqq5n2ivv6qd2d4q"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs `(("emacs-dash" ,emacs-dash))) (propagated-inputs `(("emacs-dash" ,emacs-dash)))
(home-page "https://github.com/Fuco1/smartparens") (home-page "https://github.com/Fuco1/smartparens")