mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
import: Add updater for rust crates.
* guix/import/crate.scm (crate-package?, latest-release, %crate-updater): New variables. * guix/scripts/refresh.scm (%updaters): Add crate updater. * doc/guix.texi: Add crate updater to table.
This commit is contained in:
parent
3e0c036584
commit
8ac5298786
3 changed files with 39 additions and 2 deletions
|
@ -5396,6 +5396,8 @@ the updater for @uref{https://rubygems.org, RubyGems} packages.
|
|||
the updater for @uref{https://github.com, GitHub} packages.
|
||||
@item hackage
|
||||
the updater for @uref{https://hackage.haskell.org, Hackage} packages.
|
||||
@item crate
|
||||
the updater for @uref{https://crates.io, Crates} packages.
|
||||
@end table
|
||||
|
||||
For instance, the following command only checks for updates of Emacs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue