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

* gnu/packages/emacs.scm (emacs-d-mode): Update to 2.0.9.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-20 04:05:23 +02:00
parent 80683c1e00
commit aa86a56463
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1725,7 +1725,7 @@ (define-public emacs-guix
(define-public emacs-d-mode
(package
(name "emacs-d-mode")
(version "2.0.8")
(version "2.0.9")
(source (origin
(method url-fetch)
(uri (string-append
@ -1734,7 +1734,7 @@ (define-public emacs-d-mode
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0knpgi55jm09282aqf8pv55zillpnpzf9f4sgm6gwsmvxf17xaw0"))))
"127aa77ix3p7w4g339bx026df9y649dahlr3v359z0hs40zjz3kd"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-undercover" ,emacs-undercover)))