[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/203: gnu: emacs-nginx-mode: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
75/203: gnu: emacs-nginx-mode: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4ccf99d65be4b3ba74034739385c13f5a6b58d62
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:22:56 2019 +0200
gnu: emacs-nginx-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-nginx-mode)[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 319442f..a8c671d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5887,14 +5887,13 @@ extensibility.")
(version "1.1.9")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/ajc/nginx-mode/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ajc/nginx-mode.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0bzyrj6zz1hm67bkhw23bam7qc869s3zg7m1rb1c3aa4n0aw90cq"))))
+ (base32 "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs"))))
(build-system emacs-build-system)
(home-page "https://github.com/ajc/nginx-mode")
(synopsis "Emacs major mode for editing nginx config files")
- 85/203: gnu: emacs-highlight-sexp: Don't use unstable tarball., (continued)
- 85/203: gnu: emacs-highlight-sexp: Don't use unstable tarball., guix-commits, 2019/04/10
- 87/203: gnu: emacs-htmlize: Don't use unstable tarball., guix-commits, 2019/04/10
- 54/203: gnu: emacs-highlight-symbol: Don't use unstable tarball., guix-commits, 2019/04/10
- 59/203: gnu: emacs-clojure-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 62/203: gnu: emacs-sparql-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 67/203: gnu: dub: Don't use unstable tarball., guix-commits, 2019/04/10
- 79/203: gnu: emacs-alert: Don't use unstable tarball., guix-commits, 2019/04/10
- 81/203: gnu: emacs-memoize: Don't use unstable tarball., guix-commits, 2019/04/10
- 60/203: gnu: emacs-epl: Don't use unstable tarball., guix-commits, 2019/04/10
- 69/203: gnu: emacs-python-environment: Don't use unstable tarball., guix-commits, 2019/04/10
- 75/203: gnu: emacs-nginx-mode: Don't use unstable tarball.,
guix-commits <=
- 101/203: gnu: emacs-ansi: Don't use unstable tarball., guix-commits, 2019/04/10
- 72/203: gnu: emacs-helm-swoop: Don't use unstable tarball., guix-commits, 2019/04/10
- 90/203: gnu: emacs-cnfonts: Don't use unstable tarball., guix-commits, 2019/04/10
- 91/203: gnu: emacs-kv: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 96/203: gnu: emacs-undo-tree: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 111/203: gnu: emacs-org-mind-map: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 112/203: gnu: emacs-tree-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 121/203: gnu: emacs-yasnippet-snippets: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 120/203: gnu: eless: Don't use unstable tarball., guix-commits, 2019/04/10
- 122/203: gnu: emacs-mocker: Use GIT-FILE-NAME., guix-commits, 2019/04/10