1
Fork 0
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:
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

View file

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