[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/41: gnu: you-get: Fetch sources from git.
From: |
guix-commits |
Subject: |
12/41: gnu: you-get: Fetch sources from git. |
Date: |
Thu, 29 Nov 2018 16:44:06 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5d9e3edd013d245a413543d10ab64f66e1bd2717
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 29 21:45:34 2018 +0100
gnu: you-get: Fetch sources from git.
* gnu/packages/video.scm (you-get)[source]: Fetch from git.
---
gnu/packages/video.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 936b912..496b327 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1456,14 +1456,14 @@ other site that youtube-dl supports.")
(name "you-get")
(version "0.4.1077")
(source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/soimort/you-get/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/soimort/you-get.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "04vxc91k627qgsqs8dhqajrb6vpj4pw21jlwbha28qakfiz2x11k"))))
+ "1rwkn3wb3r70b8cqj40qdknkg9kqbgzkvi901hbpy2a8s1b7858n"))))
(build-system python-build-system)
(inputs
`(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos
- 34/41: gnu: s2tc: Fetch sources from git., (continued)
- 34/41: gnu: s2tc: Fetch sources from git., guix-commits, 2018/11/29
- 26/41: gnu: tilda: Fetch sources from git., guix-commits, 2018/11/29
- 27/41: gnu: picocom: Fetch sources from git., guix-commits, 2018/11/29
- 28/41: gnu: tmate: Fetch sources from git., guix-commits, 2018/11/29
- 29/41: gnu: polyml: Fetch sources from git., guix-commits, 2018/11/29
- 32/41: gnu: sxiv: Fetch sources from git., guix-commits, 2018/11/29
- 17/41: gnu: ffmpegthumbnailer: Fetch sources from git., guix-commits, 2018/11/29
- 38/41: gnu: jasper: Fetch sources from git., guix-commits, 2018/11/29
- 40/41: gnu: flameshot: Fetch sources from git., guix-commits, 2018/11/29
- 18/41: gnu: mpv: Fetch sources from git., guix-commits, 2018/11/29
- 12/41: gnu: you-get: Fetch sources from git.,
guix-commits <=
- 33/41: gnu: catimg: Fetch sources from git., guix-commits, 2018/11/29
- 23/41: gnu: slop: Fetch sources from git., guix-commits, 2018/11/29
- 20/41: gnu: ffms2: Fetch sources from git., guix-commits, 2018/11/29
- 19/41: gnu: mps-youtube: Fetch sources from git., guix-commits, 2018/11/29
- 21/41: gnu: wxwidgets-3.1: Fetch sources from git., guix-commits, 2018/11/29
- 24/41: gnu: xclip: Fetch sources from git., guix-commits, 2018/11/29