gnu: youtube-dl: Update to 2015.06.25.

* gnu/packages/video.scm (youtube-dl): Update to 2015.06.25.
master
Ludovic Courtès 2015-06-26 10:22:17 +02:00
parent 3a1bfe186d
commit 744985761a
1 changed files with 2 additions and 2 deletions

View File

@ -858,7 +858,7 @@ projects while introducing many more.")
(define-public youtube-dl
(package
(name "youtube-dl")
(version "2015.06.04.1")
(version "2015.06.25")
(source (origin
(method url-fetch)
(uri (string-append "http://youtube-dl.org/downloads/"
@ -866,7 +866,7 @@ projects while introducing many more.")
version ".tar.gz"))
(sha256
(base32
"0rk5c2m19x119bly38yjbizkr99ayn265lm15rm2x5ipjvdixyyg"))))
"0a46qh27x5hhd9qpgsj171kh1kxxasz75771icqi2kp7m05zar3f"))))
(build-system python-build-system)
(inputs `(("setuptools" ,python-setuptools)))
(home-page "http://youtube-dl.org")