mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: emacs-rustic: Update to 3.5.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.5. [source]: Update project url. [home-page]: Update project home-page. Change-Id: I0b11c74cfb7a3c7e35499d36748b7c62e67488df
This commit is contained in:
parent
f9b9116aef
commit
0a80a595d3
1 changed files with 4 additions and 4 deletions
|
@ -30488,16 +30488,16 @@ source code.")
|
||||||
(define-public emacs-rustic
|
(define-public emacs-rustic
|
||||||
(package
|
(package
|
||||||
(name "emacs-rustic")
|
(name "emacs-rustic")
|
||||||
(version "3.4")
|
(version "3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/brotzeit/rustic")
|
(url "https://github.com/emacs-rustic/rustic")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16vsv4fhj8zq9g4zrsmipdb1nydxgw3dhh5s3wawpvx2rcg6gx2l"))))
|
(base32 "1kbhad1lc7jy7frp3lk14ch8g53zh28rwy8v7nb8fixlxbla0jml"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash
|
(list emacs-dash
|
||||||
|
@ -30519,7 +30519,7 @@ source code.")
|
||||||
(add-before 'check 'set-without-cask
|
(add-before 'check 'set-without-cask
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "WITHOUT_CASK" "1"))))))
|
(setenv "WITHOUT_CASK" "1"))))))
|
||||||
(home-page "https://github.com/brotzeit/rustic")
|
(home-page "https://github.com/emacs-rustic/rustic")
|
||||||
(synopsis "Rust development environment for Emacs")
|
(synopsis "Rust development environment for Emacs")
|
||||||
(description "Rustic is a fork of Rust mode.
|
(description "Rustic is a fork of Rust mode.
|
||||||
In addition to its predecessor, it offers the following features:
|
In addition to its predecessor, it offers the following features:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue