guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-bluetooth: Update to 0.3.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-bluetooth: Update to 0.3.1.
Date: Mon, 27 Jun 2022 17:10:13 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 45e755a9a0 gnu: emacs-bluetooth: Update to 0.3.1.
45e755a9a0 is described below

commit 45e755a9a0cb0e456cf0d2c35c3f3b280d4bdf56
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 27 23:09:33 2022 +0200

    gnu: emacs-bluetooth: Update to 0.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.1.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file 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.")
 (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]