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:
Tobias Geerinckx-Rice 2022-06-05 02:00:01 +02:00
parent aef64b9c45
commit 66c5e40762
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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