mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: emacs-nginx-mode: Update to 1.1.10.
* gnu/packages/emacs-xyz.scm (emacs-nginx-mode): Update to 1.1.10. Change-Id: I72010506d3590ffd15b6e30ba32995f49d3262d3 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
99e7a93d57
commit
f073cea41b
1 changed files with 2 additions and 2 deletions
|
@ -17436,7 +17436,7 @@ (define-public emacs-autocrypt
|
||||||
(define-public emacs-nginx-mode
|
(define-public emacs-nginx-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-nginx-mode")
|
(name "emacs-nginx-mode")
|
||||||
(version "1.1.9")
|
(version "1.1.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17445,7 +17445,7 @@ (define-public emacs-nginx-mode
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs"))))
|
(base32 "1zal05l3lnb41pvfxwkzrcf39g7amqbaaffxn3wz7qa45gvvc6fw"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/ajc/nginx-mode")
|
(home-page "https://github.com/ajc/nginx-mode")
|
||||||
(synopsis "Emacs major mode for editing nginx config files")
|
(synopsis "Emacs major mode for editing nginx config files")
|
||||||
|
|
Loading…
Reference in a new issue