guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-libmpdel: Update to 1.3.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-libmpdel: Update to 1.3.0.
Date: Sat, 26 Jun 2021 03:52:59 -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 30cf737  gnu: emacs-libmpdel: Update to 1.3.0.
30cf737 is described below

commit 30cf737327ce6ec3bd95bdd19f5b69c254bf03d7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 26 09:50:51 2021 +0200

    gnu: emacs-libmpdel: Update to 1.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 1.3.0.
---
 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 6526106..9aadb80 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22418,7 +22418,7 @@ comments.")
 (define-public emacs-libmpdel
   (package
     (name "emacs-libmpdel")
-    (version "1.2.0")
+    (version "1.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -22427,7 +22427,7 @@ comments.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1nzs6g2mg3jhfhhfcxjhd9sbvwzhmr6j6mc80ln2nr4gzjqgaa4k"))))
+                "0krxhcay5s9s7i41q7ga5skj31vaz2qx3djcrlwajf203bl8j4m9"))))
     (build-system emacs-build-system)
     (home-page "https://gitea.petton.fr/mpdel/libmpdel";)
     (synopsis "Emacs library to communicate with Music Player Daemon (MPD)")



reply via email to

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