unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Feng Shu" <tumashu@163.com>
To: Marius Bakke <mbakke@fastmail.com>
Cc: 26532@debbugs.gnu.org
Subject: bug#26532: Re: bug#26532: [PATCH] gnu: update you-get version
Date: Mon, 17 Apr 2017 18:04:27 +0800	[thread overview]
Message-ID: <87inm3mjtg.fsf@163.com> (raw)
In-Reply-To: <40e4f3cd.38c1.15b79bc2bea.Coremail.tumashu@163.com> (tumashu@163.com's message of "Mon, 17 Apr 2017 10:27:06 +0800 (CST)")

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

tumashu  <tumashu@163.com> writes:

This is the updated patch, I use git-fetch instead of url-fetch for I
want to package git-snapshot if need.



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-update-you-get-version.patch --]
[-- Type: text/x-patch, Size: 1431 bytes --]

From fc6114749fa00b9171d0f308daa268ce343d4538 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Sun, 16 Apr 2017 18:27:18 +0800
Subject: [PATCH] gnu: update you-get version

* gnu/packages/video.scm (you-get): Update to git snapshot
---
 gnu/packages/video.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b64664176..95af55dab 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1027,15 +1027,16 @@ YouTube.com and a few more sites.")
 (define-public you-get
   (package
     (name "you-get")
-    (version "0.4.652")
+    (version "0.4.715")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/soimort/you-get/releases/download/v"
-                    version "/you-get-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/soimort/you-get.git")
+                    (commit "v0.4.715")))
+              (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0brkz98lycx8mmxjwmn7jlhqfdbvl0hy070n7skwr1k75kh99q30"))))
+                "1miakavayg0x0vg1llbs97j6hj7k6rv9dp8idn2v2hnplvhgn08d"))))
     (build-system python-build-system)
     (arguments
      ;; no tests
-- 
2.12.2


[-- Attachment #3: Type: text/plain, Size: 590 bytes --]




> I prefer packaging a git snapshot version to stable version, many
> website
> update frequently theirs codes, so you-get need to update to fix the
> problem.
> git snapshot is more useful than stable version.
>
> At 2017-04-17 03:12:39, "Marius Bakke" <mbakke@fastmail.com> wrote:
>>Feng Shu <tumashu@163.com> writes:
>>
>>> you-get stable version is outdate, it can not work with many websites
>>> so I update you-get to git snapshot version
>>
>>Version 0.4.715 was released just some hours ago and is the latest
>>upstream commit. Can you try updating to this version instead?

-- 

  reply	other threads:[~2017-04-17 10:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-16 10:33 bug#26532: [PATCH] gnu: update you-get version Feng Shu
2017-04-16 19:12 ` Marius Bakke
2017-04-17  2:27   ` bug#26532: " tumashu
2017-04-17 10:04     ` Feng Shu [this message]
2017-04-17 15:14       ` Marius Bakke
2017-04-17 22:07         ` Feng Shu
2017-04-17 22:33           ` Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87inm3mjtg.fsf@163.com \
    --to=tumashu@163.com \
    --cc=26532@debbugs.gnu.org \
    --cc=mbakke@fastmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).