diff options
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8f0884db09..f98b6e796c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1273,7 +1273,7 @@ projects while introducing many more.") (define-public gnome-mpv (package (name "gnome-mpv") - (version "0.15") + (version "0.16") (source (origin (method url-fetch) @@ -1282,7 +1282,7 @@ projects while introducing many more.") ".tar.xz")) (sha256 (base32 - "1y47abkidxh1il0bvq8r3dglwn3ggsy41x2n7ic3x23wvvcqmq74")))) + "0jzdzvhcqp5jp1inwk2466zf7r8iimk3x69066gl8mzaay98mk92")))) (native-inputs `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) @@ -1341,7 +1341,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2019.01.27") + (version "2019.01.30.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/rg3/youtube-dl/releases/" @@ -1349,7 +1349,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "0z4x4lwpd6qd2r9xgp8cx4j1vl5vd76kzs74jp0hh3w2g31s51z8")))) + "0wamv1fs4w8jjx67p60rgrgdi6k04yy0h4p3cwscza5pzhpmvnlf")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |