guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: gnu: emacs-nginx-mode: Update to 1.1.9.


From: Oleg Pykhalov
Subject: 06/09: gnu: emacs-nginx-mode: Update to 1.1.9.
Date: Sat, 20 Oct 2018 11:15:18 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 292d637b9eb20364c10610e5587c076f6a0cce72
Author: Oleg Pykhalov <address@hidden>
Date:   Sat Oct 20 17:48:28 2018 +0300

    gnu: emacs-nginx-mode: Update to 1.1.9.
    
    * gnu/packages/emacs.scm (emacs-nginx-mode): Update to 1.1.9.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 24e1984..ec55018 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]