mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-bluetooth: Update to 0.4.1.
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.4.1. Change-Id: I97f8f69aadbcfd7a6bd3b2c9799ac79baafd3789
This commit is contained in:
parent
ab541ec174
commit
24efd83fa4
1 changed files with 2 additions and 2 deletions
|
@ -4539,14 +4539,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.1")
|
(version "0.4.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 "1p10kcim5wqnbj2kiqv6hgjkzznaa48qysnnf8ym90mylsczr70z"))))
|
(base32 "1chi9xjg5zcg6qycn2n442adhhmip1vpvg12szf1raq3zhg7lr01"))))
|
||||||
(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