guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-emms: Update to 7.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-emms: Update to 7.3.
Date: Sat, 12 Jun 2021 16:41:11 -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 228e689  gnu: emacs-emms: Update to 7.3.
228e689 is described below

commit 228e68900099fd5f8b31a53f4825d465789122df
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Jun 12 11:09:34 2021 +0200

    gnu: emacs-emms: Update to 7.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 e49e6e5..d8d5e4a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2032,14 +2032,14 @@ incrementally confined in Isearch manner.")
 (define emacs-emms-print-metadata
   (package
     (name "emacs-emms-print-metadata")
-    (version "7.2")
+    (version "7.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "emms-" version ".tar"))
        (sha256
-        (base32 "11vqqh9rnzibsfw7wx62rgzl8i8ldpf0hv1sj43nhl5c6dlc8d5z"))))
+        (base32 "1lzjv9cpkzvin3pbw27irji5l7h7205yn688qnfwh43k6iqk6sqn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("emms-print-metadata")



reply via email to

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