guix-commits
[Top][All Lists]
Advanced

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

35/53: gnu: emacs-json-mode: Update to 1.9.0.


From: guix-commits
Subject: 35/53: gnu: emacs-json-mode: Update to 1.9.0.
Date: Mon, 1 Jan 2024 20:26:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0a5cde84f62fcc11c7ba4916e38c739aea132aa5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:11:01 2024 +0100

    gnu: emacs-json-mode: Update to 1.9.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-json-mode): Update to 1.9.0.
    
    Change-Id: I47d1ff6f21cdb1055ab0dea61e0768f391087a2e
---
 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 80d04484f4..fe63347395 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19844,7 +19844,7 @@ a @url{http://json.org/, JSON} file.")
 (define-public emacs-json-mode
   (package
     (name "emacs-json-mode")
-    (version "1.8.0")
+    (version "1.9.0")
     (source
      (origin
        (method git-fetch)
@@ -19853,7 +19853,7 @@ a @url{http://json.org/, JSON} file.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0r0k56q58kb133l9x9nbisz9p2kbphfgw1l4g2xp0pjqsc9wvq8z"))))
+        (base32 "0irz9gpw43wkhiq8828wm9nsc3baqg299dgly9iv7jiygk2lp14s"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-json-snatcher))



reply via email to

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