all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32232] [PATCH] gnu: youtube-dl: Update to 2018.07.10.
@ 2018-07-21  8:34 Björn Höfling
  2018-07-21 11:32 ` Nils Gillmann
  2018-07-21 18:15 ` bug#32232: " Leo Famulari
  0 siblings, 2 replies; 3+ messages in thread
From: Björn Höfling @ 2018-07-21  8:34 UTC (permalink / raw)
  To: 32232

[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]


* gnu/packages/video.scm (youtube-dl): Update to 2018.07.10.
---
 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 9419ef86c..7bf4e4379 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1225,7 +1225,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2018.06.19")
+    (version "2018.07.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/"
@@ -1233,7 +1233,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0ys2mc84r7mjpn7rykb57sn3ii1kp3divjdn2ivwqknj8jrzg3z6"))))
+                "1rigah941k2drzx5qz937lk68gw9jrizj5lgd9f9znp0bgi2d0xd"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion
-- 
2.18.0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#32232] [PATCH] gnu: youtube-dl: Update to 2018.07.10.
  2018-07-21  8:34 [bug#32232] [PATCH] gnu: youtube-dl: Update to 2018.07.10 Björn Höfling
@ 2018-07-21 11:32 ` Nils Gillmann
  2018-07-21 18:15 ` bug#32232: " Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Nils Gillmann @ 2018-07-21 11:32 UTC (permalink / raw)
  To: Björn Höfling; +Cc: 32232

Björn Höfling transcribed 1.5K bytes:
> 
> * gnu/packages/video.scm (youtube-dl): Update to 2018.07.10.
> ---
>  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 9419ef86c..7bf4e4379 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -1225,7 +1225,7 @@ access to mpv's powerful playback capabilities.")
>  (define-public youtube-dl
>    (package
>      (name "youtube-dl")
> -    (version "2018.06.19")
> +    (version "2018.07.10")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://yt-dl.org/downloads/"
> @@ -1233,7 +1233,7 @@ access to mpv's powerful playback capabilities.")
>                                    version ".tar.gz"))
>                (sha256
>                 (base32
> -                "0ys2mc84r7mjpn7rykb57sn3ii1kp3divjdn2ivwqknj8jrzg3z6"))))
> +                "1rigah941k2drzx5qz937lk68gw9jrizj5lgd9f9znp0bgi2d0xd"))))
>      (build-system python-build-system)
>      (arguments
>       ;; The problem here is that the directory for the man page and completion
> -- 
> 2.18.0
> 

LGTM. I have the same hash + version in use for a while now.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#32232: [PATCH] gnu: youtube-dl: Update to 2018.07.10.
  2018-07-21  8:34 [bug#32232] [PATCH] gnu: youtube-dl: Update to 2018.07.10 Björn Höfling
  2018-07-21 11:32 ` Nils Gillmann
@ 2018-07-21 18:15 ` Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-07-21 18:15 UTC (permalink / raw)
  To: Björn Höfling; +Cc: 32232-done

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

On Sat, Jul 21, 2018 at 10:34:09AM +0200, Björn Höfling wrote:
> 
> * gnu/packages/video.scm (youtube-dl): Update to 2018.07.10.

Thanks! Pushed as 889e7fab3c04be98a59b880bf44fbdaa6ddf0a4e

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-21 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-21  8:34 [bug#32232] [PATCH] gnu: youtube-dl: Update to 2018.07.10 Björn Höfling
2018-07-21 11:32 ` Nils Gillmann
2018-07-21 18:15 ` bug#32232: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.