gnu: emacs-rustic: Update to 2.7.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.7.
This commit is contained in:
parent
ef1b40a9ca
commit
5c06cca6a8
1 changed files with 2 additions and 2 deletions
|
@ -22287,7 +22287,7 @@ (define-public emacs-rust-mode
|
||||||
(define-public emacs-rustic
|
(define-public emacs-rustic
|
||||||
(package
|
(package
|
||||||
(name "emacs-rustic")
|
(name "emacs-rustic")
|
||||||
(version "2.6")
|
(version "2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22296,7 +22296,7 @@ (define-public emacs-rustic
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lnymi6nxn5dafm8q0av07dcjwrqxd3gm4hj1pi26kw62aw0ws24"))))
|
(base32 "0l1gh6arxrbq927lbj229pwqk9ly6z97b581smh434r5bh5wk8j5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash
|
(list emacs-dash
|
||||||
|
|
Loading…
Reference in a new issue