1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

gnu: youtube-dl: Update to 2016.02.01.

* gnu/packages/video.scm (youtube-dl): Update to 2016.02.01.
This commit is contained in:
Efraim Flashner
2016-02-03 21:52:42 +02:00
parent dabd7c9b68
commit 321a0299a7

View File

@@ -809,7 +809,7 @@ projects while introducing many more.")
(define-public youtube-dl
(package
(name "youtube-dl")
(version "2016.01.09")
(version "2016.02.01")
(source (origin
(method url-fetch)
(uri (string-append "http://youtube-dl.org/downloads/"
@@ -817,7 +817,7 @@ projects while introducing many more.")
version ".tar.gz"))
(sha256
(base32
"0kchbjn52smhhjcrgqcz4hdkz0wl0i73blz3m04ncb0ykbazwg26"))))
"04r68acrhx7wapmxph6lcf8hh0pnp76h9p85gcxpidc9m7ypzjfa"))))
(build-system python-build-system)
(native-inputs `(("python-setuptools" ,python-setuptools)))
(home-page "http://youtube-dl.org")