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


From: guix-commits
Subject: branch master updated: gnu: emacs-emms: Update to 7.6.
Date: Wed, 11 Aug 2021 08:30:57 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 005c8b4  gnu: emacs-emms: Update to 7.6.
005c8b4 is described below

commit 005c8b426528d6aeb3ea0dc755d4b70ebacd50e1
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Tue Aug 10 11:19:05 2021 +0200

    gnu: emacs-emms: Update to 7.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.6.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 172d620..3833875 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2093,14 +2093,14 @@ incrementally confined in Isearch manner.")
 (define emacs-emms-print-metadata
   (package
     (name "emacs-emms-print-metadata")
-    (version "7.5")
+    (version "7.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "emms-" version ".tar"))
        (sha256
-        (base32 "0d7nsx2idzbp6d5im5rrsnwppbr2cimvxgx31bhwsm2aq3ya5v2j"))))
+        (base32 "03cp6mr0kxy41dg4ri5ymbzpkw7bd8zg7hx0a2rb4axiss5qmx7i"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("emms-print-metadata")



reply via email to

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