gnu: emacs-bluetooth: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.2.
This commit is contained in:
Nicolas Goaziou 2020-09-20 22:36:15 +02:00
parent ff7bba573a
commit 822c19b920
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)))