me
/
guix
Archived
1
0
Fork 0

gnu: emacs-bluetooth: Update to 0.3.1.

* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.1.
master
Nicolas Goaziou 2022-06-27 23:09:33 +02:00
parent cf53edb49e
commit 45e755a9a0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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