1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +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:
Nicolas Goaziou 2024-12-24 13:54:57 +01:00
parent ab541ec174
commit 24efd83fa4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4539,14 +4539,14 @@ you can press @samp{C-M-n} to input multiple email addresses.")
(define-public emacs-bluetooth
(package
(name "emacs-bluetooth")
(version "0.3.1")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"bluetooth-" version ".tar"))
(sha256
(base32 "1p10kcim5wqnbj2kiqv6hgjkzznaa48qysnnf8ym90mylsczr70z"))))
(base32 "1chi9xjg5zcg6qycn2n442adhhmip1vpvg12szf1raq3zhg7lr01"))))
(build-system emacs-build-system)
(inputs
(list bluez dbus))