gnu: mplayer: Update to 1.5.

* gnu/packages/video.scm (mplayer): Update to 1.5.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:04 +02:00
parent acd9d1b9b2
commit 51bf90c72e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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