[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/203: gnu: emacs-rich-minority: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
26/203: gnu: emacs-rich-minority: 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 4ae7e1060a8a94852eca3f861c0ce6e1b63b6b63
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 4 18:36:13 2019 +0200
gnu: emacs-rich-minority: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-rich-minority)[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 6b7bdb4..1bd3a4e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2506,13 +2506,13 @@ tables.")
(version "1.0.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/Malabarba/rich-minority/"
- "archive/" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Malabarba/rich-minority.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1l0cb0q7kyi88nwfqd542psnkgwnjklpzc5rx32gzd3lkwkrbr8v"))))
+ (base32 "11hwf9y5ax207w6rwrsmi3pmn7pn7ap6iys0z8hni2f5zzxjrmx3"))))
(build-system emacs-build-system)
(home-page "https://github.com/Malabarba/rich-minority")
(synopsis "Clean-up and beautify the list of minor modes")
- 05/203: gnu: gitolite: Don't use unstable tarball., (continued)
- 05/203: gnu: gitolite: Don't use unstable tarball., guix-commits, 2019/04/10
- 04/203: gnu: vcsh: Don't use unstable tarball., guix-commits, 2019/04/10
- 03/203: gnu: python-ghp-import: Don't use unstable tarball., guix-commits, 2019/04/10
- 06/203: gnu: findnewest: Don't use unstable tarball., guix-commits, 2019/04/10
- 14/203: gnu: emacs-es-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 01/203: gnu: emacs-js2-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 09/203: gnu: emacs-d-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 16/203: gnu: emacs-fill-column-indicator: Don't use unstable tarball., guix-commits, 2019/04/10
- 19/203: gnu: emacs-shut-up: Don't use unstable tarball., guix-commits, 2019/04/10
- 20/203: gnu: emacs-undercover: Don't use unstable tarball., guix-commits, 2019/04/10
- 26/203: gnu: emacs-rich-minority: Don't use unstable tarball.,
guix-commits <=
- 32/203: gnu: emacs-deferred: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 10/203: gnu: emacs-symon: Don't use unstable tarball., guix-commits, 2019/04/10
- 07/203: gnu: git-annex-remote-hubic: Don't use unstable tarball., guix-commits, 2019/04/10
- 35/203: gnu: emacs-irony-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 34/203: gnu: emacs-company: Don't use unstable tarball., guix-commits, 2019/04/10
- 22/203: gnu: emacs-page-break-lines: Don't use unstable tarball., guix-commits, 2019/04/10
- 33/203: gnu: emacs-butler: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 30/203: gnu: emacs-shell-switcher: Don't use unstable tarball., guix-commits, 2019/04/10
- 39/203: gnu: emacs-multiple-cursors: Don't use unstable tarball., guix-commits, 2019/04/10
- 38/203: gnu: emacs-company-quickhelp: Don't use unstable tarball., guix-commits, 2019/04/10