gnu: emacs-json-mode: Update to 1.9.2.

* gnu/packages/emacs-xyz.scm (emacs-json-mode): Update to 1.9.2.

Change-Id: I06b98cb2f7e58ba644346388306f788cf6236009
This commit is contained in:
Nicolas Goaziou 2024-04-30 18:56:23 +02:00
parent a1bd2b5e7e
commit 4c6f3c4c4a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -20398,7 +20398,7 @@ a @url{http://json.org/, JSON} file.")
(define-public emacs-json-mode
(package
(name "emacs-json-mode")
(version "1.9.1")
(version "1.9.2")
(source
(origin
(method git-fetch)
@ -20407,7 +20407,7 @@ a @url{http://json.org/, JSON} file.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1yy440aaf17y6nrlcq0phz0x5j3wcymcrdm8pm0rmwdxfmar0csx"))))
(base32 "16jf8nrbxgwr7a5sgx088j9ymyvh4r6hnc65nqr0vgdjb6w1h598"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-json-snatcher))