unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26532: [PATCH] gnu: update you-get version
@ 2017-04-16 10:33 Feng Shu
  2017-04-16 19:12 ` Marius Bakke
  0 siblings, 1 reply; 7+ messages in thread
From: Feng Shu @ 2017-04-16 10:33 UTC (permalink / raw)
  To: 26532

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


you-get stable version is outdate, it can not work with many websites
so I update you-get to git snapshot version


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

From a25b84494a75c746e0e2e23b4aa00d474898beaa 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..2db7f9a79 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-7.15a1a20")
     (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 "15a1a20fb9e4a92f10dcbf8494ad3555ac4d4e61")))
+              (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0brkz98lycx8mmxjwmn7jlhqfdbvl0hy070n7skwr1k75kh99q30"))))
+                "1ycq0nafpcw1jawdi994fzq708swrarmhrvn53mbf244k0y0dvnf"))))
     (build-system python-build-system)
     (arguments
      ;; no tests
-- 
2.12.2


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




-- 

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

end of thread, other threads:[~2017-04-17 22:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2017-04-17 15:14       ` Marius Bakke
2017-04-17 22:07         ` Feng Shu
2017-04-17 22:33           ` Marius Bakke

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).