[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/41: gnu: gpick: Fetch sources from git.
From: |
guix-commits |
Subject: |
37/41: gnu: gpick: Fetch sources from git. |
Date: |
Thu, 29 Nov 2018 16:44:12 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 94be94cfda780374524e227184efcc88b83f5d5f
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 29 22:37:11 2018 +0100
gnu: gpick: Fetch sources from git.
* gnu/packages/image.scm (gpick)[source]: Fetch from git.
---
gnu/packages/image.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index e7b1065..11755a7 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1392,12 +1392,14 @@ medical image data, e.g. magnetic resonance image (MRI)
and functional MRI
(name "gpick")
(version "0.2.5")
(source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/thezbyg/gpick/archive/"
- name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/thezbyg/gpick.git")
+ (commit (string-append name "-" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0mxvxk15xhk2i5vfavjhnkk4j3bnii0gpf8di14rlbpq070hd5rs"))))
+ "0mcj806zagh122qgrdkrg0macpzby97y89xi2sjyn3bh8vmmyxjy"))))
(build-system scons-build-system)
(native-inputs
`(("boost" ,boost)
- 02/41: gnu: mktorrent: Fetch sources from git., (continued)
- 02/41: gnu: mktorrent: Fetch sources from git., guix-commits, 2018/11/29
- 07/41: gnu: kiss-fft-for-extempore: Fetch sources from git., guix-commits, 2018/11/29
- 08/41: gnu: libcue: Fetch sources from git., guix-commits, 2018/11/29
- 06/41: gnu: arb: Fetch sources from git., guix-commits, 2018/11/29
- 11/41: gnu: leptonica: Fetch sources from git., guix-commits, 2018/11/29
- 13/41: gnu: vapoursynth: Fetch sources from git., guix-commits, 2018/11/29
- 16/41: gnu: simplescreenrecorder: Fetch sources from git., guix-commits, 2018/11/29
- 22/41: gnu: xcape: Fetch sources from git., guix-commits, 2018/11/29
- 35/41: gnu: s2tc: Remove custom bootstrap phase., guix-commits, 2018/11/29
- 31/41: gnu: libdbusmenu-qt: Fetch sources from git., guix-commits, 2018/11/29
- 37/41: gnu: gpick: Fetch sources from git.,
guix-commits <=
- 30/41: gnu: pdf2svg: Fetch sources from git., guix-commits, 2018/11/29
- 25/41: gnu: maim: Fetch sources from git., guix-commits, 2018/11/29
- 36/41: gnu: virtualgl: Fetch sources from git., guix-commits, 2018/11/29
- 39/41: gnu: zimg: Fetch sources from git., guix-commits, 2018/11/29
- 41/41: gnu: jp2a: Fetch sources from git., guix-commits, 2018/11/29
- 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