mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-bluetooth: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.2.
This commit is contained in:
parent
ff7bba573a
commit
822c19b920
1 changed files with 2 additions and 2 deletions
|
@ -1724,14 +1724,14 @@ (define-public emacs-bbdb
|
|||
(define-public emacs-bluetooth
|
||||
(package
|
||||
(name "emacs-bluetooth")
|
||||
(version "0.1.2")
|
||||
(version "0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"bluetooth-" version ".el"))
|
||||
(sha256
|
||||
(base32 "1vp2vpyq0ybjni35ics1mg1kiwgvc7x12dlmvygy78sqp52sfkcv"))))
|
||||
(base32 "1dq04p6ms0zx4awlypp4crkz7dzal4xg8ac7p8fqacz196rczssp"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
`(("bluez" ,bluez)))
|
||||
|
|
Loading…
Reference in a new issue