mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
This commit is contained in:
parent
c38dd0c482
commit
0a5cde84f6
1 changed files with 2 additions and 2 deletions
|
@ -19844,7 +19844,7 @@ (define-public emacs-json-snatcher
|
|||
(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 @@ (define-public emacs-json-mode
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue