gnu: emacs-bluetooth: Update to 0.3.

* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.
This commit is contained in:
Nicolas Goaziou 2022-01-04 00:32:25 +01:00
parent 13a7336594
commit cdb0e8cdaa
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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