gnu: emacs-bluetooth: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.1.master
parent
cf53edb49e
commit
45e755a9a0
|
@ -2653,14 +2653,14 @@ you can press @samp{C-M-n} to input multiple email addresses.")
|
|||
(define-public emacs-bluetooth
|
||||
(package
|
||||
(name "emacs-bluetooth")
|
||||
(version "0.3")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"bluetooth-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1q27hk4j7k0q9vqgn9nq7q0vhn9jdqbygs7d9lv5gwfhdzdnl4az"))))
|
||||
(base32 "1p10kcim5wqnbj2kiqv6hgjkzznaa48qysnnf8ym90mylsczr70z"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
(list bluez dbus))
|
||||
|
|
Reference in New Issue