mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: emacs-rustic: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.0.
This commit is contained in:
parent
1a8b7257a6
commit
9c75bf0b46
1 changed files with 2 additions and 2 deletions
|
@ -22281,7 +22281,7 @@ (define-public emacs-rust-mode
|
|||
(define-public emacs-rustic
|
||||
(package
|
||||
(name "emacs-rustic")
|
||||
(version "2.7")
|
||||
(version "3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22290,7 +22290,7 @@ (define-public emacs-rustic
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0l1gh6arxrbq927lbj229pwqk9ly6z97b581smh434r5bh5wk8j5"))))
|
||||
(base32 "18br5yfakfwcbw3vkawhw5sm41xg78cz4bimz36x5xcgbwi88k3p"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
|
|
Loading…
Reference in a new issue