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.


From: guix-commits
Subject: branch master updated: gnu: emacs-bluetooth: Update to 0.3.
Date: Mon, 03 Jan 2022 18:33:18 -0500

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 cdb0e8cdaa gnu: emacs-bluetooth: Update to 0.3.
cdb0e8cdaa is described below

commit cdb0e8cdaad511b60c74efc8b695135c12a14fee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 4 00:32:25 2022 +0100

    gnu: emacs-bluetooth: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d23469f817..27119e3bd9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2372,14 +2372,14 @@ you can press @samp{C-M-n} to input multiple email 
addresses.")
 (define-public emacs-bluetooth
   (package
     (name "emacs-bluetooth")
-    (version "0.2")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
-                           "bluetooth-" version ".el"))
+                           "bluetooth-" version ".tar"))
        (sha256
-        (base32 "1dq04p6ms0zx4awlypp4crkz7dzal4xg8ac7p8fqacz196rczssp"))))
+        (base32 "1q27hk4j7k0q9vqgn9nq7q0vhn9jdqbygs7d9lv5gwfhdzdnl4az"))))
     (build-system emacs-build-system)
     (inputs
      (list bluez dbus))



reply via email to

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