1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: youtube-dl: Update to 2015.11.13.

* gnu/packages/video.scm (youtube-dl): Update to 2015.11.13.
This commit is contained in:
Efraim Flashner
2015-11-15 00:07:38 +02:00
parent 511495fb24
commit 19a696ed72
+2 -2
View File
@@ -812,7 +812,7 @@ projects while introducing many more.")
(define-public youtube-dl
(package
(name "youtube-dl")
(version "2015.11.10")
(version "2015.11.13")
(source (origin
(method url-fetch)
(uri (string-append "http://youtube-dl.org/downloads/"
@@ -820,7 +820,7 @@ projects while introducing many more.")
version ".tar.gz"))
(sha256
(base32
"1gp68wzsfg31xx6iv7ga6cp022ak14r7ghg7mbhk9zr7rz5lx8y5"))))
"02140awgwvspnq226xpbc4clijmqkk8hlmfqhmmzzbihvs2b4xfx"))))
(build-system python-build-system)
(inputs `(("setuptools" ,python-setuptools)))
(home-page "http://youtube-dl.org")