gnu: emacs-d-mode: Update to 2.0.11.
* gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.11.master
parent
f22c1cb0ee
commit
d7c61c3aca
|
@ -3295,7 +3295,7 @@ evaluations. The entry point is @code{M-x build-farm} command.")
|
|||
(define-public emacs-d-mode
|
||||
(package
|
||||
(name "emacs-d-mode")
|
||||
(version "2.0.10")
|
||||
(version "2.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3304,7 +3304,7 @@ evaluations. The entry point is @code{M-x build-farm} command.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv"))))
|
||||
(base32 "0vkl470vvmxap8ca773a0jvjvalmvdbbax3qvgjdclp54ml75al4"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-undercover" ,emacs-undercover)))
|
||||
|
|
Reference in New Issue