emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26532: closed ([PATCH] gnu: update you-get version


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26532: closed ([PATCH] gnu: update you-get version)
Date: Mon, 17 Apr 2017 22:34:02 +0000

Your message dated Tue, 18 Apr 2017 00:33:44 +0200
with message-id <address@hidden>
and subject line Re: bug#26532: Re: bug#26532: [PATCH] gnu: update you-get 
version
has caused the debbugs.gnu.org bug report #26532,
regarding [PATCH] gnu: update you-get version
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26532: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26532
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: update you-get version Date: Sun, 16 Apr 2017 18:33:30 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
you-get stable version is outdate, it can not work with many websites
so I update you-get to git snapshot version

>From a25b84494a75c746e0e2e23b4aa00d474898beaa Mon Sep 17 00:00:00 2001
From: Feng Shu <address@hidden>
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



-- 

--- End Message ---
--- Begin Message --- Subject: Re: bug#26532: Re: bug#26532: [PATCH] gnu: update you-get version Date: Tue, 18 Apr 2017 00:33:44 +0200 User-agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)
Feng Shu <address@hidden> writes:

> the below is updated patch:

Thank you! I changed the commit message to match what we usually write
for updates. Pushed as f0bc6ca1f26184bda9f2afe2576042a952fb735b.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]