3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Nicolas Goaziou 2021-05-29 15:44:09 +02:00
parent 73275048b4
commit e11cb6b5d2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13752,7 +13752,7 @@ JSON objects.")
(define-public emacs-jsonnet-mode
(package
(name "emacs-jsonnet-mode")
(version "0.1.2")
(version "0.1.3")
(source
(origin
(method git-fetch)
@ -13762,7 +13762,7 @@ JSON objects.")
(file-name (git-file-name name version))
(sha256
(base32
"0vi7415n90d1z2ww1hld0gdp6v7z4rd6f70h476dp2x4hydk293i"))))
"14nxfa91yg2243v4d5kvynp2645x3811ispmhmpgil3x9qbl9jg9"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))