[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
189/203: gnu: emacs-highlight-numbers: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
189/203: gnu: emacs-highlight-numbers: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:47 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 149829ee62ff494ea8c29917fc2adee83f0af482
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:39:41 2019 +0200
gnu: emacs-highlight-numbers: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-highlight-numbers)[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 a3584a4..f1789a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10770,14 +10770,13 @@ yasnippet fields and mirrors to be.")
(version "0.2.3")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/Fanael/highlight-numbers/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Fanael/highlight-numbers.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "030v5p11d4n0581ncv499l1fqrmfziy756q6378x2bv22ixghqqp"))))
+ (base32 "1r07mpyr7rhd7bkg778hx6vbhb4n9ixgzkpszhgks7ri6ia38pj8"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-parent-mode" ,emacs-parent-mode)))
- 168/203: gnu: emacs-elisp-refs: Don't use unstable tarball., (continued)
- 168/203: gnu: emacs-elisp-refs: Don't use unstable tarball., guix-commits, 2019/04/10
- 163/203: gnu: emacs-datetime: Don't use unstable tarball., guix-commits, 2019/04/10
- 169/203: gnu: emacs-edit-server: Don't use unstable tarball., guix-commits, 2019/04/10
- 171/203: gnu: emacs-parent-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 185/203: gnu: emacs-logview: Don't use unstable tarball., guix-commits, 2019/04/10
- 173/203: gnu: emacs-hy-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 188/203: gnu: emacs-f3: Don't use unstable tarball., guix-commits, 2019/04/10
- 184/203: gnu: emacs-helpful: Don't use unstable tarball., guix-commits, 2019/04/10
- 182/203: gnu: emacs-know-your-http-well: Don't use unstable tarball., guix-commits, 2019/04/10
- 181/203: gnu: emacs-fancy-narrow: Don't use unstable tarball., guix-commits, 2019/04/10
- 189/203: gnu: emacs-highlight-numbers: Don't use unstable tarball.,
guix-commits <=
- 193/203: gnu: emacs-ido-vertical-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 192/203: gnu: emacs-parinfer-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 190/203: gnu: emacs-visual-regexp: Don't use unstable tarball., guix-commits, 2019/04/10
- 194/203: gnu: emacs-wordgen: Don't use unstable tarball., guix-commits, 2019/04/10
- 191/203: gnu: emacs-highlight-defined: Don't use unstable tarball., guix-commits, 2019/04/10
- 203/203: gnu: emacs-nix-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 198/203: gnu: emacs-company-restclient: Don't use unstable tarball., guix-commits, 2019/04/10
- 197/203: gnu: emacs-git-auto-commit-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 158/203: gnu: emacs-biblio: Don't use unstable tarball., guix-commits, 2019/04/10
- 159/203: gnu: emacs-helm-gtags: Don't use unstable tarball., guix-commits, 2019/04/10