[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/203: gnu: git-crypt: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
02/203: gnu: git-crypt: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:03 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 09be6a5f122e0f898fb9e157fbcfb04af553ec57
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Mar 30 15:47:38 2019 +0100
gnu: git-crypt: Don't use unstable tarball.
* gnu/packages/version-control.scm (git-crypt)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/version-control.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5028418..ab5f661 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -577,14 +577,15 @@ write native speed custom Git applications in any
language with bindings.")
(package
(name "git-crypt")
(version "0.5.0")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/AGWA/git-crypt"
- "/archive/" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0454fdmgm5f3razkn8n03lfqm5zyzvr4r2528zmlxiwba9518l2i"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/AGWA/git-crypt.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1x9209n3k49k998saadr2d0lmvs01smjinx7gzzyjdwj9l904sii"))))
(build-system gnu-build-system)
(inputs
`(("git" ,git)
- 51/203: gnu: emacs-org-trello: Don't use unstable tarball., (continued)
- 51/203: gnu: emacs-org-trello: Don't use unstable tarball., guix-commits, 2019/04/10
- 52/203: gnu: emacs-zenburn-theme: Don't use unstable tarball., guix-commits, 2019/04/10
- 55/203: gnu: emacs-ivy-rich: Don't use unstable tarball., guix-commits, 2019/04/10
- 57/203: gnu: emacs-ace-window: Don't use unstable tarball., guix-commits, 2019/04/10
- 61/203: gnu: emacs-pkg-info: Don't use unstable tarball., guix-commits, 2019/04/10
- 63/203: gnu: emacs-elfeed: Don't use unstable tarball., guix-commits, 2019/04/10
- 49/203: gnu: emacs-org-bullets: Don't use unstable tarball., guix-commits, 2019/04/10
- 53/203: gnu: emacs-smartparens: Don't use unstable tarball., guix-commits, 2019/04/10
- 56/203: gnu: emacs-avy: Don't use unstable tarball., guix-commits, 2019/04/10
- 58/203: gnu: emacs-iedit: Don't use unstable tarball., guix-commits, 2019/04/10
- 02/203: gnu: git-crypt: Don't use unstable tarball.,
guix-commits <=
- 46/203: gnu: ruby-sass-spec: Don't use unstable tarball., guix-commits, 2019/04/10
- 45/203: gnu: ruby-net-scp: Don't use unstable tarball., guix-commits, 2019/04/10
- 47/203: gnu: emacs-popup: Don't use unstable tarball., guix-commits, 2019/04/10
- 50/203: gnu: emacs-org-pomodoro: Don't use unstable tarball., guix-commits, 2019/04/10
- 66/203: gnu: emacs-ivy: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 65/203: gnu: ldc: Don't use unstable tarball., guix-commits, 2019/04/10
- 78/203: gnu: emacs-gntp: Don't use unstable tarball., guix-commits, 2019/04/10
- 85/203: gnu: emacs-highlight-sexp: Don't use unstable tarball., guix-commits, 2019/04/10
- 87/203: gnu: emacs-htmlize: Don't use unstable tarball., guix-commits, 2019/04/10
- 54/203: gnu: emacs-highlight-symbol: Don't use unstable tarball., guix-commits, 2019/04/10