mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
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 @@ (define-public emacs-build-farm
|
|||
(define-public emacs-d-mode
|
||||
(package
|
||||
(name "emacs-d-mode")
|
||||
(version "2.0.9")
|
||||
(version "2.0.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2208,7 +2208,7 @@ (define-public emacs-d-mode
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fzplvi1sm8k2sabfdvrd7j2xypwqh0g9v1mxa75dajdmcd85zpj"))))
|
||||
(base32 "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-undercover" ,emacs-undercover)))
|
||||
|
|
Loading…
Reference in a new issue