guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: mplayer: Update to 1.5.


From: guix-commits
Subject: 05/13: gnu: mplayer: Update to 1.5.
Date: Sun, 23 Jul 2023 14:40:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 51bf90c72e9c627f2bf8acb5556c5c6f9132cebe
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:04 2023 +0200

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e366f0d2e0..bcf385fd61 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2099,7 +2099,7 @@ streaming protocols.")
 (define-public mplayer
   (package
     (name "mplayer")
-    (version "1.4")
+    (version "1.5")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -2107,7 +2107,7 @@ streaming protocols.")
                    version ".tar.xz"))
              (sha256
               (base32
-               "0j5mflr0wnklxsvnpmxvk704hscyn2785hvvihj2i3a7b3anwnc2"))))
+               "11dzrdb74ayvivcid3giqncrfm98hi4aqvg3kjrwji6bnddxa335"))))
     (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]