me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-03-17 22:58:08 +01:00
parent f60a4672e6
commit 5b98fc574c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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