mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: mplayer: Update to 1.2.1.
* gnu/packages/video.scm (mplayer): Update to 1.2.1.
This commit is contained in:
parent
ca9eb4898b
commit
b9da375999
1 changed files with 2 additions and 2 deletions
|
@ -606,7 +606,7 @@ (define-public vlc
|
|||
(define-public mplayer
|
||||
(package
|
||||
(name "mplayer")
|
||||
(version "1.2")
|
||||
(version "1.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -614,7 +614,7 @@ (define-public mplayer
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dp2lbxyhgjr8sn91kf6xw3w6d7dsgq08v4dgrq20afz1bqzdrzz"))))
|
||||
"0prbqnsl6s7fbpp6nc6babx7gzwdrhrhzf0cmp6xz6w9gl4sy6w3"))))
|
||||
(build-system gnu-build-system)
|
||||
;; FIXME: Add additional inputs once available.
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue