gnu: emacs-d-mode: Update to 2.0.12.
* gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.12.master
parent
aef64b9c45
commit
66c5e40762
|
@ -3969,7 +3969,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.11")
|
(version "2.0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3978,7 +3978,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 "0vkl470vvmxap8ca773a0jvjvalmvdbbax3qvgjdclp54ml75al4"))))
|
(base32 "0mwd412d2kha8avkyhvvkh8r7an859xk18f7phgx7kj989pr3xkr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-undercover))
|
(list emacs-undercover))
|
||||||
|
|
Reference in New Issue