guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/8] gnu: youtube-dl: Update to 2015.09.28.


From: Ricardo Wurmus
Subject: Re: [PATCH 3/8] gnu: youtube-dl: Update to 2015.09.28.
Date: Thu, 1 Oct 2015 12:17:54 +0200

Efraim Flashner <address@hidden> writes:

> * gnu/packages/video.scm (youtube-dl): Update to 2015.09.28.
> ---
>  gnu/packages/video.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index 28185fe..4a5ba41 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";)

Also looks good!

~~ Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]