guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-emms: Update to 5.2.


From: guix-commits
Subject: 01/01: gnu: emacs-emms: Update to 5.2.
Date: Thu, 2 May 2019 06:45:11 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit d5f4d5b6831c8672f89355415b3494628621aa3b
Author: Pierre Neidhardt <address@hidden>
Date:   Thu May 2 11:54:39 2019 +0200

    gnu: emacs-emms: Update to 5.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.2.
---
 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 e4acc34..367f46f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -970,14 +970,14 @@ regexp-like arguments to @code{skip-chars-forward} and
 (define-public emacs-emms
   (package
     (name "emacs-emms")
-    (version "5.1")
+    (version "5.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/emms/emms-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "149ddczyx6x10zn4mn8g0rll1rwf4yciv8x6j0qdnlbwszblx2x6"))
+                "0cvpfdkagkpi8g02w8f7wzrpdk2ihas0mn5m9fr882xjdfshl21z"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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