summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 494889a14bd..8f93950e97e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -602,7 +602,7 @@ treaming protocols.")
602(define-public mplayer 602(define-public mplayer
603 (package 603 (package
604 (name "mplayer") 604 (name "mplayer")
605 (version "1.2.1") 605 (version "1.3.0")
606 (source (origin 606 (source (origin
607 (method url-fetch) 607 (method url-fetch)
608 (uri (string-append 608 (uri (string-append
@@ -610,7 +610,7 @@ treaming protocols.")
610 version ".tar.xz")) 610 version ".tar.xz"))
611 (sha256 611 (sha256
612 (base32 612 (base32
613 "0prbqnsl6s7fbpp6nc6babx7gzwdrhrhzf0cmp6xz6w9gl4sy6w3")))) 613 "0hwqn04bdknb2ic88xd75smffxx63scvz0zvwvjb56nqj9n89l1s"))))
614 (build-system gnu-build-system) 614 (build-system gnu-build-system)
615 ;; FIXME: Add additional inputs once available. 615 ;; FIXME: Add additional inputs once available.
616 (native-inputs 616 (native-inputs