[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/203: gnu: emacs-mustache: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
95/203: gnu: emacs-mustache: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 26ff7a323c7caed82b62fd22fe2db46a0ab130ce
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:26:35 2019 +0200
gnu: emacs-mustache: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-mustache)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b250dcc..5f0470c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6861,15 +6861,15 @@ to org file, you can use this tool to write orgify
commentary.")
(package
(name "emacs-mustache")
(version "0.23")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/Wilfred/mustache.el/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0k9lcgil7kykkv1ylrgwy1g13ldjjmgi2cwmysgyb2vlj3jbwpdj"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Wilfred/mustache.el.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1n2ymd92qpvsby6ms0l3kjhdzzc47rri2aiscc6bs07hm4mjpr9q"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
- 93/203: gnu: emacs-pyim-basedict: Don't use unstable tarball., (continued)
- 93/203: gnu: emacs-pyim-basedict: Don't use unstable tarball., guix-commits, 2019/04/10
- 110/203: gnu: emacs-julia-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 114/203: gnu: emacs-git-messenger: Don't use unstable tarball., guix-commits, 2019/04/10
- 64/203: gnu: address@hidden: Don't use unstable tarball., guix-commits, 2019/04/10
- 70/203: gnu: emacs-writeroom: Don't use unstable tarball., guix-commits, 2019/04/10
- 71/203: gnu: emacs-helm: Don't use unstable tarball., guix-commits, 2019/04/10
- 77/203: gnu: emacs-log4e: Don't use unstable tarball., guix-commits, 2019/04/10
- 80/203: gnu: emacs-mu4e-alert: Don't use unstable tarball., guix-commits, 2019/04/10
- 92/203: gnu: emacs-pos-tip: Don't use unstable tarball., guix-commits, 2019/04/10
- 94/203: gnu: emacs-el2org: Don't use unstable tarball., guix-commits, 2019/04/10
- 95/203: gnu: emacs-mustache: Don't use unstable tarball.,
guix-commits <=
- 97/203: gnu: emacs-org2web: Don't use unstable tarball., guix-commits, 2019/04/10
- 98/203: gnu: emacs-gnuplot: Don't use unstable tarball., guix-commits, 2019/04/10
- 99/203: gnu: emacs-evil-surround: Don't use unstable tarball., guix-commits, 2019/04/10
- 100/203: gnu: emacs-evil-commentary: Don't use unstable tarball., guix-commits, 2019/04/10
- 103/203: gnu: emacs-disable-mouse: Don't use unstable tarball., guix-commits, 2019/04/10
- 104/203: gnu: emacs-json-reformat: Don't use unstable tarball., guix-commits, 2019/04/10
- 107/203: gnu: emacs-json-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 106/203: gnu: emacs-json-snatcher: Don't use unstable tarball., guix-commits, 2019/04/10
- 108/203: gnu: emacs-which-key: Don't use unstable tarball., guix-commits, 2019/04/10
- 113/203: gnu: emacs-emamux: Don't use unstable tarball., guix-commits, 2019/04/10