[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
102/203: gnu: emacs-commander: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
102/203: gnu: emacs-commander: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c6c677be6c85efded42ecf43865225fd431ec73f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:27:37 2019 +0200
gnu: emacs-commander: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-commander)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 565ffa3..998de5d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7268,13 +7268,13 @@ as bold, underscore or italic.")
(version "0.7.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/rejeep/commander.el/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rejeep/commander.el.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "196s2i15z7gwxa97l1wkxvjnfmj5n38wwm6d3g4zz15l2vqggc2y"))))
+ (base32 "1j6hhyzww7wfwk6bllbb5mk4hw4qs8hsgfbfdifsam9c6i4spm45"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
- 120/203: gnu: eless: Don't use unstable tarball., (continued)
- 120/203: gnu: eless: Don't use unstable tarball., guix-commits, 2019/04/10
- 122/203: gnu: emacs-mocker: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 125/203: gnu: emacs-evil-quickscope: Don't use unstable tarball., guix-commits, 2019/04/10
- 143/203: gnu: emacs-highlight-indentation: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 147/203: gnu: emacs-evil-collection: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 74/203: gnu: emacs-monroe: Don't use unstable tarball., guix-commits, 2019/04/10
- 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 <=
- 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, 2019/04/10
- 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