mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-jsonnet-mode: Update to 0.1.3.
* gnu/packages/emacs-xyz.scm (emacs-jsonnet-mode): Update to 0.1.3.
This commit is contained in:
parent
73275048b4
commit
e11cb6b5d2
1 changed files with 2 additions and 2 deletions
|
@ -13752,7 +13752,7 @@ JSON objects.")
|
||||||
(define-public emacs-jsonnet-mode
|
(define-public emacs-jsonnet-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-jsonnet-mode")
|
(name "emacs-jsonnet-mode")
|
||||||
(version "0.1.2")
|
(version "0.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13762,7 +13762,7 @@ JSON objects.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vi7415n90d1z2ww1hld0gdp6v7z4rd6f70h476dp2x4hydk293i"))))
|
"14nxfa91yg2243v4d5kvynp2645x3811ispmhmpgil3x9qbl9jg9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)))
|
`(("emacs-dash" ,emacs-dash)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue