gnu: emacs-d-mode: Update to 2.0.10.
* gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.10.
This commit is contained in:
parent
300a5dea3d
commit
ff9aa63dac
1 changed files with 2 additions and 2 deletions
|
@ -2199,7 +2199,7 @@ evaluations. The entry point is @code{M-x build-farm} command.")
|
||||||
(define-public emacs-d-mode
|
(define-public emacs-d-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-d-mode")
|
(name "emacs-d-mode")
|
||||||
(version "2.0.9")
|
(version "2.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2208,7 +2208,7 @@ evaluations. The entry point is @code{M-x build-farm} command.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fzplvi1sm8k2sabfdvrd7j2xypwqh0g9v1mxa75dajdmcd85zpj"))))
|
(base32 "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-undercover" ,emacs-undercover)))
|
`(("emacs-undercover" ,emacs-undercover)))
|
||||||
|
|
Reference in a new issue