mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-bluetooth: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.
This commit is contained in:
parent
13a7336594
commit
cdb0e8cdaa
1 changed files with 3 additions and 3 deletions
|
@ -2372,14 +2372,14 @@ (define-public emacs-counsel-bbdb
|
|||
(define-public emacs-bluetooth
|
||||
(package
|
||||
(name "emacs-bluetooth")
|
||||
(version "0.2")
|
||||
(version "0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"bluetooth-" version ".el"))
|
||||
"bluetooth-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1dq04p6ms0zx4awlypp4crkz7dzal4xg8ac7p8fqacz196rczssp"))))
|
||||
(base32 "1q27hk4j7k0q9vqgn9nq7q0vhn9jdqbygs7d9lv5gwfhdzdnl4az"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
(list bluez dbus))
|
||||
|
|
Loading…
Reference in a new issue