me
/
guix
Archived
1
0
Fork 0

gnu: emacs-d-mode: Update to 2.0.11.

* gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.11.
master
Nicolas Goaziou 2021-05-29 15:16:01 +02:00
parent f22c1cb0ee
commit d7c61c3aca
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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)))