gnu: emacs-bui: Update to 1.1.0.

* gnu/packages/emacs.scm (emacs-bui): Update to 1.1.0.
This commit is contained in:
Alex Kost 2017-01-09 23:29:15 +03:00
parent 5ed962263c
commit f6b1dd233d
No known key found for this signature in database
GPG key ID: 82460C082A0EE98F

View file

@ -1248,7 +1248,7 @@ (define-public emacs-dash
(define-public emacs-bui
(package
(name "emacs-bui")
(version "1.0.1")
(version "1.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1257,7 +1257,7 @@ (define-public emacs-bui
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0vsh1v99xxm6hhqp0vg9fbs230kawa7xb5dnd8fidf3vwm622aqh"))))
"112k0mq6xpy0r47vk66miw7rxbkv3d06pv3pd0vcmrhcnhnnk486"))))
(build-system emacs-build-system)
(propagated-inputs
`(("dash" ,emacs-dash)))