mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
793b525b0f
commit
f108a50fa4
1 changed files with 2 additions and 2 deletions
|
@ -12342,7 +12342,7 @@ (define-public emacs-cyberpunk-theme
|
||||||
(define-public emacs-dart-mode
|
(define-public emacs-dart-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-dart-mode")
|
(name "emacs-dart-mode")
|
||||||
(version "1.0.5")
|
(version "1.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12351,7 +12351,7 @@ (define-public emacs-dart-mode
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qmdlwjmmqyyb65sqvfpygifai5m0llc815vp0jqwp8ldd8ls172"))))
|
(base32 "1vql8m4nj0brmv58b6lkbhykik8n6j4i7d3nylcls78y7ihc2cz8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Reference in a new issue