diff mbox series

[bug#70412] gnu: emacs-nginx-mode: Update to 1.1.10

Message ID 6e64f803459fcfaba10feec42770e32863202211.1713246521.git.tom@ryuslash.org
State New
Headers show
Series [bug#70412] gnu: emacs-nginx-mode: Update to 1.1.10 | expand

Commit Message

Tom Willemse April 16, 2024, 5:48 a.m. UTC
* gnu/packages/emacs-xyz.scm (emacs-nginx-mode): Update to 1.1.10.

Change-Id: I72010506d3590ffd15b6e30ba32995f49d3262d3
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 8a74bb8030f2433155f00332475fc21191ef2952

Comments

Christopher Baines April 16, 2024, 10:22 p.m. UTC | #1
Tom Willemse <tom@ryuslash.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-nginx-mode): Update to 1.1.10.
>
> Change-Id: I72010506d3590ffd15b6e30ba32995f49d3262d3
> ---
>  gnu/packages/emacs-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me, I've pushed this to master as
f073cea41b64b0b27fc9a116845116e5ddf4a434.

Chris
diff mbox series

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 98d41c223e..5da3f28545 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17436,7 +17436,7 @@  (define-public emacs-autocrypt
 (define-public emacs-nginx-mode
   (package
     (name "emacs-nginx-mode")
-    (version "1.1.9")
+    (version "1.1.10")
     (source
      (origin
        (method git-fetch)
@@ -17445,7 +17445,7 @@  (define-public emacs-nginx-mode
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs"))))
+        (base32 "1zal05l3lnb41pvfxwkzrcf39g7amqbaaffxn3wz7qa45gvvc6fw"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/ajc/nginx-mode")
     (synopsis "Emacs major mode for editing nginx config files")