gnu: emacs-dart-mode: Update to 1.0.7.

* gnu/packages/emacs-xyz.scm (emacs-dart-mode): Update to 1.0.7.
This commit is contained in:
Nicolas Goaziou 2021-09-04 08:17:42 +02:00
parent 793b525b0f
commit f108a50fa4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12342,7 +12342,7 @@ (define-public emacs-cyberpunk-theme
(define-public emacs-dart-mode
(package
(name "emacs-dart-mode")
(version "1.0.5")
(version "1.0.7")
(source
(origin
(method git-fetch)
@ -12351,7 +12351,7 @@ (define-public emacs-dart-mode
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1qmdlwjmmqyyb65sqvfpygifai5m0llc815vp0jqwp8ldd8ls172"))))
(base32 "1vql8m4nj0brmv58b6lkbhykik8n6j4i7d3nylcls78y7ihc2cz8"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)