[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/203: gnu: emacs-smart-mode-line: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
29/203: gnu: emacs-smart-mode-line: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:11 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b3093d1c0063d7461f1732beacd8548fa8739fcf
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 4 19:26:34 2019 +0200
gnu: emacs-smart-mode-line: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line)[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 b0dc388..c364e54 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2579,13 +2579,13 @@ snippets for yasnippet.")
(version "2.12.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/Malabarba/smart-mode-line/"
- "archive/" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Malabarba/smart-mode-line.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1hn8s6laijmg7w1bgwdfrki6h9vxkbgr8rmmssvd5yqyad5w2sba"))))
+ (base32 "1gs4ay9hdg8gmia4ir74qawk80pqwv99hp4yhy108kpfry5mrq6z"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-rich-minority" ,emacs-rich-minority)))
- 18/203: gnu: emacs-inf-ruby: Don't use unstable tarball., (continued)
- 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, 2019/04/10
- 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 <=
- 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
- 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