guix-commits
[Top][All Lists]
Advanced

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

18/32: gnu: emacs-json-mode: Update to 1.9.1.


From: guix-commits
Subject: 18/32: gnu: emacs-json-mode: Update to 1.9.1.
Date: Sun, 17 Mar 2024 18:51:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5b98fc574c488cda13854efe5b58d7ad24dec2c4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 22:58:08 2024 +0100

    gnu: emacs-json-mode: Update to 1.9.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-json-mode): Update to 1.9.1.
    
    Change-Id: I18409d9e7e6592a69b221b6219b12b6ab6d9f077
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 505a114dff..94205fb704 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20258,7 +20258,7 @@ a @url{http://json.org/, JSON} file.")
 (define-public emacs-json-mode
   (package
     (name "emacs-json-mode")
-    (version "1.9.0")
+    (version "1.9.1")
     (source
      (origin
        (method git-fetch)
@@ -20267,7 +20267,7 @@ a @url{http://json.org/, JSON} file.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0irz9gpw43wkhiq8828wm9nsc3baqg299dgly9iv7jiygk2lp14s"))))
+        (base32 "1yy440aaf17y6nrlcq0phz0x5j3wcymcrdm8pm0rmwdxfmar0csx"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-json-snatcher))



reply via email to

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