[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/203: gnu: emacs-linum-relative: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
82/203: gnu: emacs-linum-relative: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7896c19c1cc2ca3121b3c1ee9c544890c569692c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:24:33 2019 +0200
gnu: emacs-linum-relative: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-linum-relative)[source]: Use GIT-FETCH
and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d669eb1..e73b20c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6296,14 +6296,13 @@ memoizing functions.")
(version "0.5")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/coldnew/linum-relative/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/coldnew/linum-relative.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0s4frvr27866lw1rn3jal9wj5rkz9fx4yiszqv7w06azsdgsqksv"))))
+ (base32 "11bjnqqwvr9zrvz5dlm8a0yw4zg9ysh3jdiq5a6iw09d3f0h1v2s"))))
(build-system emacs-build-system)
(home-page "https://github.com/coldnew/linum-relative")
(synopsis "Relative line numbering for Emacs")
- 76/203: gnu: emacs-ht: Don't use unstable tarball., (continued)
- 76/203: gnu: emacs-ht: Don't use unstable tarball., guix-commits, 2019/04/10
- 86/203: gnu: emacs-diminish: Don't use unstable tarball., guix-commits, 2019/04/10
- 88/203: gnu: emacs-xmlgen: Don't use unstable tarball., guix-commits, 2019/04/10
- 73/203: gnu: emacs-helm-projectile: Don't use unstable tarball., guix-commits, 2019/04/10
- 102/203: gnu: emacs-commander: Don't use unstable tarball., guix-commits, 2019/04/10
- 105/203: gnu: emacs-pyvenv: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 109/203: gnu: emacs-org-edit-latex: Don't use unstable tarball., guix-commits, 2019/04/10
- 132/203: gnu: emacs-pass: Don't use unstable tarball., guix-commits, 2019/04/10
- 142/203: gnu: emacs-find-file-in-project: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 137/203: gnu: emacs-build-farm: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 82/203: gnu: emacs-linum-relative: Don't use unstable tarball.,
guix-commits <=
- 83/203: gnu: emacs-idle-highlight: Don't use unstable tarball., guix-commits, 2019/04/10
- 84/203: gnu: emacs-ox-twbs: Don't use unstable tarball., guix-commits, 2019/04/10
- 89/203: gnu: emacs-cdlatex: Don't use unstable tarball., guix-commits, 2019/04/10
- 93/203: gnu: emacs-pyim-basedict: Don't use unstable tarball., guix-commits, 2019/04/10
- 110/203: gnu: emacs-julia-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 114/203: gnu: emacs-git-messenger: Don't use unstable tarball., guix-commits, 2019/04/10
- 64/203: gnu: address@hidden: Don't use unstable tarball., guix-commits, 2019/04/10
- 70/203: gnu: emacs-writeroom: Don't use unstable tarball., guix-commits, 2019/04/10
- 71/203: gnu: emacs-helm: Don't use unstable tarball., guix-commits, 2019/04/10
- 77/203: gnu: emacs-log4e: Don't use unstable tarball., guix-commits, 2019/04/10