diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-06-27 23:09:33 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-06-27 23:09:33 +0200 |
commit | 45e755a9a0cb0e456cf0d2c35c3f3b280d4bdf56 (patch) | |
tree | ed6f3f80a6602561bd0b494cb8c2cfb615577b03 | |
parent | gnu: emacs-citar: Update to 0.9.5. (diff) | |
download | guix-45e755a9a0cb0e456cf0d2c35c3f3b280d4bdf56.tar.gz guix-45e755a9a0cb0e456cf0d2c35c3f3b280d4bdf56.tar.bz2 guix-45e755a9a0cb0e456cf0d2c35c3f3b280d4bdf56.tar.xz |
gnu: emacs-bluetooth: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.1.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 267061e4f8..228b9559d1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
@@ -2653,14 +2653,14 @@ you can press @samp{C-M-n} to input multiple email addresses.") | |||
2653 | (define-public emacs-bluetooth | 2653 | (define-public emacs-bluetooth |
2654 | (package | 2654 | (package |
2655 | (name "emacs-bluetooth") | 2655 | (name "emacs-bluetooth") |
2656 | (version "0.3") | 2656 | (version "0.3.1") |
2657 | (source | 2657 | (source |
2658 | (origin | 2658 | (origin |
2659 | (method url-fetch) | 2659 | (method url-fetch) |
2660 | (uri (string-append "https://elpa.gnu.org/packages/" | 2660 | (uri (string-append "https://elpa.gnu.org/packages/" |
2661 | "bluetooth-" version ".tar")) | 2661 | "bluetooth-" version ".tar")) |
2662 | (sha256 | 2662 | (sha256 |
2663 | (base32 "1q27hk4j7k0q9vqgn9nq7q0vhn9jdqbygs7d9lv5gwfhdzdnl4az")))) | 2663 | (base32 "1p10kcim5wqnbj2kiqv6hgjkzznaa48qysnnf8ym90mylsczr70z")))) |
2664 | (build-system emacs-build-system) | 2664 | (build-system emacs-build-system) |
2665 | (inputs | 2665 | (inputs |
2666 | (list bluez dbus)) | 2666 | (list bluez dbus)) |