mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-bluetooth: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.1.
This commit is contained in:
parent
cf53edb49e
commit
45e755a9a0
1 changed files with 2 additions and 2 deletions
|
@ -2653,14 +2653,14 @@ you can press @samp{C-M-n} to input multiple email addresses.")
|
||||||
(define-public emacs-bluetooth
|
(define-public emacs-bluetooth
|
||||||
(package
|
(package
|
||||||
(name "emacs-bluetooth")
|
(name "emacs-bluetooth")
|
||||||
(version "0.3")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"bluetooth-" version ".tar"))
|
"bluetooth-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q27hk4j7k0q9vqgn9nq7q0vhn9jdqbygs7d9lv5gwfhdzdnl4az"))))
|
(base32 "1p10kcim5wqnbj2kiqv6hgjkzznaa48qysnnf8ym90mylsczr70z"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list bluez dbus))
|
(list bluez dbus))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue