diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:08 +0200 |
commit | 51bf90c72e9c627f2bf8acb5556c5c6f9132cebe (patch) | |
tree | 8440d1d329003be58872a351d998db3a47c57953 | |
parent | acd9d1b9b21c21f2774f01f7cb4b6185debb6fa2 (diff) | |
download | guix-51bf90c72e9c627f2bf8acb5556c5c6f9132cebe.tar.gz |
gnu: mplayer: Update to 1.5.
* gnu/packages/video.scm (mplayer): Update to 1.5.
-rw-r--r-- | 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 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 |