Archived
1
0
Fork 0

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:
Brett Gilio 2019-12-27 19:35:44 -06:00
parent 300a5dea3d
commit ff9aa63dac
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -2199,7 +2199,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.9") (version "2.0.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2208,7 +2208,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 "0fzplvi1sm8k2sabfdvrd7j2xypwqh0g9v1mxa75dajdmcd85zpj")))) (base32 "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-undercover" ,emacs-undercover))) `(("emacs-undercover" ,emacs-undercover)))