diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-01-01 16:56:07 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-02-20 20:46:10 +1000 |
commit | fbc5b815cce85a6af75226ab16acf243fd7d22ce (patch) | |
tree | cf4f54bec94cf81e0252ac5fbf4b5fd49b68436d /doc/guix.texi | |
parent | 56f5f921b4a986306103467912a066bebdf40c7e (diff) | |
download | patches-fbc5b815cce85a6af75226ab16acf243fd7d22ce.tar patches-fbc5b815cce85a6af75226ab16acf243fd7d22ce.tar.gz |
import: gem: Add updater.
* guix/import/gem.scm (guix-package->gem-name,
gem-package?, latest-release): New procedures.
(%gem-updater): New variable.
(rubygems-fetch): Wrap body in
'call-with-output-file' and 'with-error-to-port'.
* guix/scripts/refresh.scm (%updaters): Add %GEM-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention RubyGems.
Diffstat (limited to 'doc/guix.texi')
-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 c5a7de7c3b..b991cc1da4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4571,6 +4571,8 @@ the updater for @uref{http://cran.r-project.org/, CRAN} packages; the updater for @uref{http://www.bioconductor.org/, Bioconductor} R packages; @item pypi the updater for @uref{https://pypi.python.org, PyPI} packages. +@item gem +the updater for @uref{https://rubygems.org, RubyGems} packages. @end table For instance, the following command only checks for updates of Emacs |