diff options
author | David Craven <david@craven.ch> | 2016-09-22 11:40:58 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-12-14 16:30:42 +0100 |
commit | 8ac529878640de632356895fbcaeeed6c1cb335e (patch) | |
tree | 25ac42be793630a474ed26a618324d055f3c7971 /doc | |
parent | 3e0c036584b41bcc08a8c8e040295716108bb0b2 (diff) | |
download | guix-8ac529878640de632356895fbcaeeed6c1cb335e.tar guix-8ac529878640de632356895fbcaeeed6c1cb335e.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5db20ecdfa..a5424b4e01 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |