all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 48970@debbugs.gnu.org
Subject: [bug#48970] [PATCH] gnu: emacs-emms: Update to 7.3.
Date: Sat, 12 Jun 2021 11:09:34 +0200	[thread overview]
Message-ID: <7aca5f07a1a363fed07b275174ef3fa576eac65e.1623488958.git.public@yoctocell.xyz> (raw)

* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.3.
---
 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 1d954ec5bd..7f03cfc233 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")

base-commit: 00727470b92e0b8ab0e00dd2cd87495c0c136341
-- 
2.32.0






             reply	other threads:[~2021-06-12  9:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-12  9:09 Xinglu Chen [this message]
2021-06-12 20:42 ` bug#48970: [PATCH] gnu: emacs-emms: Update to 7.3 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7aca5f07a1a363fed07b275174ef3fa576eac65e.1623488958.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=48970@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.