mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-rustic: Update to 3.3.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.3.
This commit is contained in:
parent
d53201ba65
commit
6e7c6b3677
1 changed files with 2 additions and 2 deletions
|
@ -23058,7 +23058,7 @@ (define-public emacs-rust-mode
|
|||
(define-public emacs-rustic
|
||||
(package
|
||||
(name "emacs-rustic")
|
||||
(version "3.2")
|
||||
(version "3.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23067,7 +23067,7 @@ (define-public emacs-rustic
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "000awxvnwxg2hmhhn6yd9pnvflr91npfs2v1p5y7hcwg1d6mmvgk"))))
|
||||
(base32 "088g6arlbq7czxyg5f31zmcm0gla7qh4vapaaskf6866yyqhizvb"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
|
|
Loading…
Reference in a new issue