diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-09-29 21:29:04 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-10-01 19:39:33 +0300 |
commit | d1ae7233e3f82584e7443b62ecdd44ad8792dac6 (patch) | |
tree | 9714b665366b7a9649d46b4e3043e96aea0b08a2 /gnu/packages/video.scm | |
parent | b4eba7b0883fe25649017b61eb423fe43e9b85fa (diff) | |
download | patches-d1ae7233e3f82584e7443b62ecdd44ad8792dac6.tar patches-d1ae7233e3f82584e7443b62ecdd44ad8792dac6.tar.gz |
gnu: youtube-dl: Update to 2015.09.28.
* gnu/packages/video.scm (youtube-dl): Update to 2015.09.28.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 28185fe810..4a5ba41d57 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -791,7 +791,7 @@ projects while introducing many more.") (define-public youtube-dl (package (name "youtube-dl") - (version "2015.09.03") + (version "2015.09.28") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/" @@ -799,7 +799,7 @@ projects while introducing many more.") version ".tar.gz")) (sha256 (base32 - "0wxjbqr07rm26iih12yhv0qwspfrg9safhgnrp8misqjjk4fz86z")))) + "0q3s2a91s1lr1db2ngacq0iapyr4jngx1dqp4z5dc6zma0qyx5k3")))) (build-system python-build-system) (inputs `(("setuptools" ,python-setuptools))) (home-page "http://youtube-dl.org") |