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.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-bluetooth: Update to 0.2.
Date: Sun, 20 Sep 2020 16:38:03 -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 822c19b  gnu: emacs-bluetooth: Update to 0.2.
822c19b is described below

commit 822c19b920c9d66543515cf30a28a4b551c28dfc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 20 22:36:15 2020 +0200

    gnu: emacs-bluetooth: Update to 0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.2.
---
 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 d47b1ca..39a8846 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1724,14 +1724,14 @@ mode, Rmail, Gnus, MH-E, and VM).  BBDB is fully 
customizable.")
 (define-public emacs-bluetooth
   (package
     (name "emacs-bluetooth")
-    (version "0.1.2")
+    (version "0.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "bluetooth-" version ".el"))
        (sha256
-        (base32 "1vp2vpyq0ybjni35ics1mg1kiwgvc7x12dlmvygy78sqp52sfkcv"))))
+        (base32 "1dq04p6ms0zx4awlypp4crkz7dzal4xg8ac7p8fqacz196rczssp"))))
     (build-system emacs-build-system)
     (inputs
      `(("bluez" ,bluez)))



reply via email to

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