guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mplayer: Update to 1.3.0.


From: Mark H. Weaver
Subject: 01/01: gnu: mplayer: Update to 1.3.0.
Date: Mon, 04 Apr 2016 20:33:30 +0000

mhw pushed a commit to branch master
in repository guix.

commit e71b20e5b5a16cf81fa12baa38ac37bcfe2c1989
Author: Raymond Nicholson <address@hidden>
Date:   Mon Apr 4 21:20:11 2016 +0100

    gnu: mplayer: Update to 1.3.0.
    
    * gnu/packages/video.scm (mplayer): Update to 1.3.0.
---
 gnu/packages/video.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 494889a..8f93950 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -602,7 +602,7 @@ treaming protocols.")
 (define-public mplayer
   (package
     (name "mplayer")
-    (version "1.2.1")
+    (version "1.3.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -610,7 +610,7 @@ treaming protocols.")
                    version ".tar.xz"))
              (sha256
               (base32
-               "0prbqnsl6s7fbpp6nc6babx7gzwdrhrhzf0cmp6xz6w9gl4sy6w3"))))
+               "0hwqn04bdknb2ic88xd75smffxx63scvz0zvwvjb56nqj9n89l1s"))))
     (build-system gnu-build-system)
     ;; FIXME: Add additional inputs once available.
     (native-inputs



reply via email to

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