guix-commits
[Top][All Lists]
Advanced

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

02/49: gnu: emacs-emms-player-mpv: Update to 0.0.10.


From: Ricardo Wurmus
Subject: 02/49: gnu: emacs-emms-player-mpv: Update to 0.0.10.
Date: Wed, 26 Oct 2016 07:29:03 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit f9875807e89d7aa94428eb21374b5bcf42494c18
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 25 18:44:06 2016 +0200

    gnu: emacs-emms-player-mpv: Update to 0.0.10.
    
    * gnu/packages/emacs.scm (emacs-emms-player-mpv): Update to 0.0.10.
---
 gnu/packages/emacs.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 10be825..2a275d0 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -955,7 +955,7 @@ light user interface.")
 (define-public emacs-emms-player-mpv
   (package
     (name "emacs-emms-player-mpv")
-    (version "0.0.8")
+    (version "0.0.10")
     (source
      (origin
        (method url-fetch)
@@ -964,7 +964,7 @@ light user interface.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "01wj410dpx25b3i8781i2j9c6nlvzvvphy9qgh7zfpmyz6a3wsm4"))))
+         "1q81fpmwr8hpdgq71vbdai2nml4yyqbmk4ffdyl4irlwph8gfjyq"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emms" ,emms)))



reply via email to

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