me
/
guix
Archived
1
0
Fork 0

gnu: emacs-nginx-mode: Update to 1.1.9.

* gnu/packages/emacs.scm (emacs-nginx-mode): Update to 1.1.9.
master
Oleg Pykhalov 2018-10-20 17:48:28 +03:00
parent 2f1dacc281
commit 292d637b9e
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 2 additions and 2 deletions

View File

@ -5599,7 +5599,7 @@ This package contains the library runtime.")
(define-public emacs-nginx-mode
(package
(name "emacs-nginx-mode")
(version "1.1.4")
(version "1.1.9")
(source
(origin
(method url-fetch)
@ -5609,7 +5609,7 @@ This package contains the library runtime.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1lvkj07kq0jkskr2f61vqb5rlrbnaz9a76ikq40w6925i2r970rr"))))
"0bzyrj6zz1hm67bkhw23bam7qc869s3zg7m1rb1c3aa4n0aw90cq"))))
(build-system emacs-build-system)
(home-page "https://github.com/ajc/nginx-mode")
(synopsis "Emacs major mode for editing nginx config files")