all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48970] [PATCH] gnu: emacs-emms: Update to 7.3.
@ 2021-06-12  9:09 Xinglu Chen
  2021-06-12 20:42 ` bug#48970: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-06-12  9:09 UTC (permalink / raw)
  To: 48970

* 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#48970: [PATCH] gnu: emacs-emms: Update to 7.3.
  2021-06-12  9:09 [bug#48970] [PATCH] gnu: emacs-emms: Update to 7.3 Xinglu Chen
@ 2021-06-12 20:42 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-06-12 20:42 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 48970-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.3.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-12 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12  9:09 [bug#48970] [PATCH] gnu: emacs-emms: Update to 7.3 Xinglu Chen
2021-06-12 20:42 ` bug#48970: " Nicolas Goaziou

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.