all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Update youtube-dl to 2017.02.01.
@ 2017-02-04 11:55 José Miguel Sánchez García
  2017-02-04 13:53 ` Hartmut Goebel
  0 siblings, 1 reply; 2+ messages in thread
From: José Miguel Sánchez García @ 2017-02-04 11:55 UTC (permalink / raw)
  To: guix-devel

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



-- 
José Miguel Sánchez García

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-youtube-dl-Update-to-2017.02.01.patch --]
[-- Type: text/x-diff; name=0001-gnu-youtube-dl-Update-to-2017.02.01.patch, Size: 1339 bytes --]

From 44bd8d238e6cc44fd8a7a1784787ee5214132097 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
 <jmi2k@openmailbox.org>
Date: Sat, 4 Feb 2017 13:52:00 +0100
Subject: [PATCH] gnu: youtube-dl: Update to 2017.02.01

* gnu/packages/video.scm (youtube-dl): Update to 2017.02.01.
---
 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 ccc576063..8cbbb9d76 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -970,7 +970,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2017.01.29")
+    (version "2017.02.01")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/"
@@ -978,7 +978,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0visxc4rb6kw4hjcgcv5llis08z0syhian1m5hr1fdbz4w73hx9l"))))
+                "1jkra0kgqg9ks76hwfcfsdaiknr9w8vavja0rc81ia644085axzz"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion
-- 
2.11.0


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

* Re: [PATCH] gnu: Update youtube-dl to 2017.02.01.
  2017-02-04 11:55 [PATCH] gnu: Update youtube-dl to 2017.02.01 José Miguel Sánchez García
@ 2017-02-04 13:53 ` Hartmut Goebel
  0 siblings, 0 replies; 2+ messages in thread
From: Hartmut Goebel @ 2017-02-04 13:53 UTC (permalink / raw)
  To: guix-devel@gnu.org >> guix-devel

Am 04.02.2017 um 12:55 schrieb José Miguel Sánchez García:
>
>
Appliead as d1606983195a95963ea6cc0ca8c963b5df1e0b61
Thanks.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

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

end of thread, other threads:[~2017-02-04 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-04 11:55 [PATCH] gnu: Update youtube-dl to 2017.02.01 José Miguel Sánchez García
2017-02-04 13:53 ` Hartmut Goebel

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.