unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* update youtube-dl
@ 2015-08-19 15:53 Efraim Flashner
  2015-08-19 15:59 ` Efraim Flashner
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Efraim Flashner @ 2015-08-19 15:53 UTC (permalink / raw)
  To: guix-devel

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

update youtube-dl to the latest version

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


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

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

* Re: update youtube-dl
  2015-08-19 15:53 update youtube-dl Efraim Flashner
@ 2015-08-19 15:59 ` Efraim Flashner
  2015-08-22  3:12   ` Mark H Weaver
  2015-08-19 16:24 ` Ricardo Wurmus
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Efraim Flashner @ 2015-08-19 15:59 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 381 bytes --]

On Wed, 19 Aug 2015 18:53:55 +0300
Efraim Flashner <efraim@flashner.co.il> wrote:

> update youtube-dl to the latest version
> 

it might help if I attach it...

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-packages-video.scm-youtube-dl-Update-to-2015.08..patch --]
[-- Type: text/x-patch, Size: 1296 bytes --]

From ad9e46ab427c9cbca0263066d1625b8c9285cf9c Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efraim@flashner.co.il>
Date: Wed, 19 Aug 2015 16:27:36 +0300
Subject: [PATCH] * gnu/packages/video.scm (youtube-dl): Update to
 2015.08.16.1.
To: guix-devel@gnu.org

---
 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 a49125c..79119ef 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -792,7 +792,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.06.25")
+    (version "2015.08.16.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/"
@@ -800,7 +800,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0a46qh27x5hhd9qpgsj171kh1kxxasz75771icqi2kp7m05zar3f"))))
+                "04g78anvy519pj8m8ys1ifmnmp1x3i9bw3afwqjch71n9f77papy"))))
     (build-system python-build-system)
     (inputs `(("setuptools" ,python-setuptools)))
     (home-page "http://youtube-dl.org")
-- 
2.5.0


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

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

* Re: update youtube-dl
  2015-08-19 15:53 update youtube-dl Efraim Flashner
  2015-08-19 15:59 ` Efraim Flashner
@ 2015-08-19 16:24 ` Ricardo Wurmus
  2015-08-19 19:14 ` Mark H Weaver
  2015-08-19 19:28 ` Efraim Flashner
  3 siblings, 0 replies; 8+ messages in thread
From: Ricardo Wurmus @ 2015-08-19 16:24 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

Hi Efraim,

> update youtube-dl to the latest version

it looks like you forgot to attach your patch.

~~ Ricardo

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

* Re: update youtube-dl
  2015-08-19 15:53 update youtube-dl Efraim Flashner
  2015-08-19 15:59 ` Efraim Flashner
  2015-08-19 16:24 ` Ricardo Wurmus
@ 2015-08-19 19:14 ` Mark H Weaver
  2015-08-19 19:28 ` Efraim Flashner
  3 siblings, 0 replies; 8+ messages in thread
From: Mark H Weaver @ 2015-08-19 19:14 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

Efraim Flashner <efraim@flashner.co.il> writes:
> update youtube-dl to the latest version

Did you write the patch and forget to attach it,
or were you giving us a command to do it?

      Mark

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

* Re: update youtube-dl
  2015-08-19 15:53 update youtube-dl Efraim Flashner
                   ` (2 preceding siblings ...)
  2015-08-19 19:14 ` Mark H Weaver
@ 2015-08-19 19:28 ` Efraim Flashner
  3 siblings, 0 replies; 8+ messages in thread
From: Efraim Flashner @ 2015-08-19 19:28 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 381 bytes --]

On Wed, 19 Aug 2015 18:53:55 +0300
Efraim Flashner <efraim@flashner.co.il> wrote:

> update youtube-dl to the latest version
> 

it might help if I attach it...

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-packages-video.scm-youtube-dl-Update-to-2015.08..patch --]
[-- Type: text/x-patch, Size: 1296 bytes --]

From ad9e46ab427c9cbca0263066d1625b8c9285cf9c Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efraim@flashner.co.il>
Date: Wed, 19 Aug 2015 16:27:36 +0300
Subject: [PATCH] * gnu/packages/video.scm (youtube-dl): Update to
 2015.08.16.1.
To: guix-devel@gnu.org

---
 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 a49125c..79119ef 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -792,7 +792,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.06.25")
+    (version "2015.08.16.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/"
@@ -800,7 +800,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0a46qh27x5hhd9qpgsj171kh1kxxasz75771icqi2kp7m05zar3f"))))
+                "04g78anvy519pj8m8ys1ifmnmp1x3i9bw3afwqjch71n9f77papy"))))
     (build-system python-build-system)
     (inputs `(("setuptools" ,python-setuptools)))
     (home-page "http://youtube-dl.org")
-- 
2.5.0


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

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

* Re: update youtube-dl
  2015-08-19 15:59 ` Efraim Flashner
@ 2015-08-22  3:12   ` Mark H Weaver
  0 siblings, 0 replies; 8+ messages in thread
From: Mark H Weaver @ 2015-08-22  3:12 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

Efraim Flashner <efraim@flashner.co.il> writes:

> From ad9e46ab427c9cbca0263066d1625b8c9285cf9c Mon Sep 17 00:00:00 2001
> From: Efraim Flashner <efraim@flashner.co.il>
> Date: Wed, 19 Aug 2015 16:27:36 +0300
> Subject: [PATCH] * gnu/packages/video.scm (youtube-dl): Update to
>  2015.08.16.1.

Your commit log is missing the summary line.  The entire commit log
should look like this:

--8<---------------cut here---------------start------------->8---
gnu: youtube-dl: Update to 2015.08.16.1.

* gnu/packages/video.scm (youtube-dl): Update to 2015.08.16.1.
--8<---------------cut here---------------end--------------->8---

I went ahead and pushed it with this change.

    Thanks!
      Mark

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

* Update youtube-dl
@ 2015-09-06  7:49 Efraim Flashner
  2015-09-06 16:36 ` Andreas Enge
  0 siblings, 1 reply; 8+ messages in thread
From: Efraim Flashner @ 2015-09-06  7:49 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 261 bytes --]

small patch to update youtube-dl to 2015.09.03

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-youtube-dl-Update-to-2015.09.03.patch --]
[-- Type: text/x-patch, Size: 1381 bytes --]

From d9e67f6ae64c44888e31355255c2f062e3962600 Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efraim@flashner.co.il>
Date: Sun, 6 Sep 2015 10:46:59 +0300
Subject: [PATCH] gnu: youtube-dl: Update to 2015.09.03.

* gnu/packages/video.scm (youtube-dl): Update to 2015.09.03.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c1101cb..efa0a60 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -792,15 +792,15 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.08.16.1")
+    (version "2015.09.03")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://youtube-dl.org/downloads/"
+              (uri (string-append "https://youtube-dl.org/downloads/"
                                   version "/youtube-dl-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "04g78anvy519pj8m8ys1ifmnmp1x3i9bw3afwqjch71n9f77papy"))))
+                "0wxjbqr07rm26iih12yhv0qwspfrg9safhgnrp8misqjjk4fz86z"))))
     (build-system python-build-system)
     (inputs `(("setuptools" ,python-setuptools)))
     (home-page "http://youtube-dl.org")
-- 
2.5.1


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

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

* Re: Update youtube-dl
  2015-09-06  7:49 Update youtube-dl Efraim Flashner
@ 2015-09-06 16:36 ` Andreas Enge
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Enge @ 2015-09-06 16:36 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

On Sun, Sep 06, 2015 at 10:49:58AM +0300, Efraim Flashner wrote:
> small patch to update youtube-dl to 2015.09.03

Tried out and pushed, thanks!

Andreas

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

end of thread, other threads:[~2015-09-06 16:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-06  7:49 Update youtube-dl Efraim Flashner
2015-09-06 16:36 ` Andreas Enge
  -- strict thread matches above, loose matches on Subject: below --
2015-08-19 15:53 update youtube-dl Efraim Flashner
2015-08-19 15:59 ` Efraim Flashner
2015-08-22  3:12   ` Mark H Weaver
2015-08-19 16:24 ` Ricardo Wurmus
2015-08-19 19:14 ` Mark H Weaver
2015-08-19 19:28 ` Efraim Flashner

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).