mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: emacs-d-mode: Update to 2.0.11.
* gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.11.
This commit is contained in:
parent
f22c1cb0ee
commit
d7c61c3aca
1 changed files with 2 additions and 2 deletions
|
@ -3295,7 +3295,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.10")
|
(version "2.0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3304,7 +3304,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 "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv"))))
|
(base32 "0vkl470vvmxap8ca773a0jvjvalmvdbbax3qvgjdclp54ml75al4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-undercover" ,emacs-undercover)))
|
`(("emacs-undercover" ,emacs-undercover)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue