mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-d-mode: Update to 2.0.12.
* gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.12.
This commit is contained in:
parent
aef64b9c45
commit
66c5e40762
1 changed files with 2 additions and 2 deletions
|
@ -3969,7 +3969,7 @@ (define-public emacs-build-farm
|
|||
(define-public emacs-d-mode
|
||||
(package
|
||||
(name "emacs-d-mode")
|
||||
(version "2.0.11")
|
||||
(version "2.0.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3978,7 +3978,7 @@ (define-public emacs-d-mode
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0vkl470vvmxap8ca773a0jvjvalmvdbbax3qvgjdclp54ml75al4"))))
|
||||
(base32 "0mwd412d2kha8avkyhvvkh8r7an859xk18f7phgx7kj989pr3xkr"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-undercover))
|
||||
|
|
Loading…
Reference in a new issue