mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: emacs-rustic: Update to 2.4.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.4.
This commit is contained in:
parent
7d2fc12f0b
commit
206483fef5
1 changed files with 2 additions and 2 deletions
|
@ -21723,7 +21723,7 @@ (define-public emacs-rust-mode
|
|||
(define-public emacs-rustic
|
||||
(package
|
||||
(name "emacs-rustic")
|
||||
(version "2.3")
|
||||
(version "2.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -21732,7 +21732,7 @@ (define-public emacs-rustic
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0l20n32s17zpvc3l0mnmr9vr9hsds002mm82i9r0dmz5hp1hp8d0"))))
|
||||
(base32 "1w7db1d712rjw55prb3kdcag4z1skk56837q1ig9d2bj4mkhqa2s"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
|
|
Loading…
Reference in a new issue