mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: emacs-rustic: Update to 2.6.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.6.
This commit is contained in:
parent
1f34368c16
commit
abb197dfe9
1 changed files with 2 additions and 2 deletions
|
@ -22120,7 +22120,7 @@ (define-public emacs-rust-mode
|
|||
(define-public emacs-rustic
|
||||
(package
|
||||
(name "emacs-rustic")
|
||||
(version "2.5")
|
||||
(version "2.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22129,7 +22129,7 @@ (define-public emacs-rustic
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jx8gzcm9ka2chpq51jx4mfa12wqrj2dsrpxwylfcb9qkqjncbn5"))))
|
||||
(base32 "0lnymi6nxn5dafm8q0av07dcjwrqxd3gm4hj1pi26kw62aw0ws24"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
|
|
Loading…
Reference in a new issue