gnu: emacs-json-mode: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-json-mode): Update to 1.8.0.
This commit is contained in:
parent
1579e43426
commit
b750b63589
1 changed files with 2 additions and 2 deletions
|
@ -14639,7 +14639,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.7.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14648,7 +14648,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 "0i79lqzdg59vkqwjd3q092xxn9vhxspb1vn4pkis0vfvn46g01jy"))))
|
(base32 "0r0k56q58kb133l9x9nbisz9p2kbphfgw1l4g2xp0pjqsc9wvq8z"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-json-reformat" ,emacs-json-reformat)
|
`(("emacs-json-reformat" ,emacs-json-reformat)
|
||||||
|
|
Reference in a new issue