gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.
* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): Update to 0.1.3-1.484bcf8.
This commit is contained in:
parent
d036bce087
commit
1acbed64e3
1 changed files with 3 additions and 3 deletions
|
@ -1740,8 +1740,8 @@ web browsers, but follows the flow and keybindings of Isearch.")
|
||||||
(define-public emacs-dhall-mode
|
(define-public emacs-dhall-mode
|
||||||
;; There is no proper release. The base version is extracted from the
|
;; There is no proper release. The base version is extracted from the
|
||||||
;; "Version" keyword in the main file.
|
;; "Version" keyword in the main file.
|
||||||
(let ((revision "0")
|
(let ((revision "1")
|
||||||
(commit "ef4d33debe224c6ba37e51a29b9dc8b74f20f1c2"))
|
(commit "484bcf8f78f1183ef45c3b04a362bb73690c6b9b"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-dhall-mode")
|
(name "emacs-dhall-mode")
|
||||||
(version (git-version "0.1.3" revision commit))
|
(version (git-version "0.1.3" revision commit))
|
||||||
|
@ -1754,7 +1754,7 @@ web browsers, but follows the flow and keybindings of Isearch.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1232y2k4l3bsz90pgis78zxmrw7jv09dfaip21yc1w4vpxfyr384"))))
|
(base32 "1wggg8jlzg9rph4jhxp6yiri178rnasbv38838i973kjgqjxrl76"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-reformatter" ,emacs-reformatter)))
|
`(("emacs-reformatter" ,emacs-reformatter)))
|
||||||
|
|
Reference in a new issue