[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/203: gnu: emacs-robe: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
27/203: gnu: emacs-robe: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:10 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ea0194fc754acb2cf65b52aded692cf793277ed5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 4 19:26:16 2019 +0200
gnu: emacs-robe: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-robe)[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 1bd3a4e..8a3770d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2527,13 +2527,13 @@ mode-line.")
(version "0.8.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/dgutov/robe/"
- "archive/" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dgutov/robe.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1vp45y99fwj88z04ah4yppz4z568qcib646az6m9az5ar0f203br"))))
+ (base32 "0ll7ivxqnglfb0i70ly6qq2yfw9cyi3vq3lmj4s6h6c1c7rm3gcq"))))
(build-system emacs-build-system)
(arguments
'(#:include (cons "^lib\\/" %default-include)))
- 13/203: gnu: emacs-espuds: Don't use unstable tarball., (continued)
- 13/203: gnu: emacs-espuds: Don't use unstable tarball., guix-commits, 2019/04/10
- 12/203: gnu: emacs-el-mock: Don't use unstable tarball., guix-commits, 2019/04/10
- 17/203: gnu: emacs-grep-a-lot: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 18/203: gnu: emacs-inf-ruby: Don't use unstable tarball., guix-commits, 2019/04/10
- 11/203: gnu: emacs-git-gutter: Don't use unstable tarball., guix-commits, 2019/04/10
- 15/203: gnu: emacs-expand-region: Don't use unstable tarball., guix-commits, 2019/04/10
- 21/203: gnu: emacs-paren-face: Don't use unstable tarball., guix-commits, 2019/04/10
- 25/203: gnu: emacs-stripe-buffer: Don't use unstable tarball., guix-commits, 2019/04/10
- 24/203: gnu: emacs-skewer-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 23/203: gnu: emacs-simple-httpd: Don't use unstable tarball., guix-commits, 2019/04/10
- 27/203: gnu: emacs-robe: Don't use unstable tarball.,
guix-commits <=
- 28/203: gnu: emacs-rspec: Don't use unstable tarball., guix-commits, 2019/04/10
- 08/203: gnu: git-imerge: Don't use unstable tarball., guix-commits, 2019/04/10
- 29/203: gnu: emacs-smart-mode-line: Don't use unstable tarball., guix-commits, 2019/04/10
- 31/203: gnu: emacs-ob-ipython: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 37/203: gnu: emacs-irony-eldoc: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 36/203: gnu: emacs-flycheck-irony: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 41/203: gnu: emacs-scheme-complete: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 43/203: gnu: emacs-constants: Don't use unstable tarball., guix-commits, 2019/04/10
- 48/203: gnu: emacs-jinja2-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 51/203: gnu: emacs-org-trello: Don't use unstable tarball., guix-commits, 2019/04/10