GNU bug report logs - #27616
[PATCH] gnu: you-get: Update to 0.4.775.

Previous Next

Package: guix-patches;

Reported by: "Feng Shu" <tumashu <at> 163.com>

Date: Sat, 8 Jul 2017 11:55:01 UTC

Severity: normal

Tags: patch

Done: Ben Woodcroft <b.woodcroft <at> uq.edu.au>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Feng Shu" <tumashu <at> 163.com>
Subject: bug#27616: closed (Re: [bug#27616] Update you-get patch, add
 file-name)
Date: Sun, 09 Jul 2017 11:33:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#27616: [PATCH] gnu: you-get: Update to 0.4.775.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 27616 <at> debbugs.gnu.org.

-- 
27616: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27616
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ben Woodcroft <b.woodcroft <at> uq.edu.au>
To: Feng Shu <tumashu <at> 163.com>, 27616-done <at> debbugs.gnu.org
Subject: Re: [bug#27616] Update you-get patch, add file-name
Date: Sun, 9 Jul 2017 21:32:08 +1000
On 08/07/17 23:13, Feng Shu wrote:
> Update patch, add file-name
Thanks, pushed as e2155f58c0b670f495da4a3a0308d5054cf060b0.
ben

[Message part 3 (message/rfc822, inline)]
From: "Feng Shu" <tumashu <at> 163.com>
To: guix-patches <guix-patches <at> gnu.org>
Cc: Feng Shu <tumashu <at> 163.com>
Subject: [PATCH] gnu: you-get: Update to 0.4.775.
Date: Sat, 08 Jul 2017 19:53:42 +0800
[0001-gnu-you-get-Update-to-0.4.775.patch (text/x-patch, inline)]
From 395e96f467038358e86d0e3d970055ed7dfce2ba Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu <at> 163.com>
Date: Sat, 8 Jul 2017 19:43:13 +0800
Subject: [PATCH] gnu: you-get: Update to 0.4.775.

* gnu/packages/video.scm (you-get): Update to 0.4.775.
---
 gnu/packages/video.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a98a1aa3c..66fce5847 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1238,15 +1238,15 @@ other site that youtube-dl supports.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.715")
+    (version "0.4.775")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://github.com/soimort/you-get/releases/download/v"
-                    version "/you-get-" version ".tar.gz"))
+                    "https://github.com/soimort/you-get/archive/v"
+                    version ".tar.gz"))
               (sha256
                (base32
-                "043122hfh56fbbszp1kwd1f65asgyn60j1ijday93hf2dkhvbrnh"))))
+                "1pjjv42c9bysnj8s3c6v0g6b00lr7b21y8ypibnzd6z0jxlsq7sz"))))
     (build-system python-build-system)
     (arguments
      ;; no tests
-- 
2.13.2

[Message part 5 (text/plain, inline)]

-- 

This bug report was last modified 7 years and 323 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.