aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-12-09 18:07:49 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-12-09 18:11:19 +0100
commite7e87d3840ef4cab0dc2e957a512726b52428e56 (patch)
treed61703b0bde1ec7fc52fc6002649216b4cdba655
parent59ed55df27ddce40ff3566030aa109bc83f6a52c (diff)
downloadguix-e7e87d3840ef4cab0dc2e957a512726b52428e56.tar.gz
guix-e7e87d3840ef4cab0dc2e957a512726b52428e56.zip
gnu: r-renv: Update to 0.9.1.
* gnu/packages/cran.scm (r-renv): Update to 0.9.1.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d29f83f606..c2d16560e8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5570,14 +5570,14 @@ Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
(define-public r-renv
(package
(name "r-renv")
- (version "0.9.0")
+ (version "0.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "renv" version))
(sha256
(base32
- "1npxgmfk1pbnvch1j5w5k92429k88n278z1qhj7rgxh61z73rzqy"))))
+ "0mwqpcay6v1hnvhggsrn1chvdlhi9hwvsswas8ysygfy5wxxz1sm"))))
(properties `((upstream-name . "renv")))
(build-system r-build-system)
(home-page "https://rstudio.github.io/renv")
vices: guix-publish: Add zstd compression by default....Ludovic Courtès 2021-04-01services: kmscon: Add font-engine and font-size fields....qblade 2021-03-18services: Enable "protected hardlinks" and "protected symlinks" by default....Leo Famulari 2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....Ludovic Courtès 2020-12-15services: 'references-file' depends on Guile-Gcrypt....Ludovic Courtès 2020-12-09services: guix-publish: Depend on 'avahi-daemon' when needed....Ludovic Courtès 2020-12-07service: Add shepherd discover action....Mathieu Othacehe 2020-11-29Use substitute servers on the local network....Mathieu Othacehe 2020-11-29publish: Add advertising support....Mathieu Othacehe 2020-11-26mapped-devices: Allow target to be list of strings....Mikhail Tsykalov 2020-11-20Merge branch 'version-1.2.0' into master.Maxim Cournoyer 2020-11-18services: base: Re-export %default-substitute-urls from (guix store)....Marius Bakke 2020-11-18Merge remote-tracking branch 'upstream/version-1.2.0'Tobias Geerinckx-Rice 2020-11-18services: shepherd: Map all the invalid store characters to dash....Ludovic Courtès 2020-11-17Merge remote-tracking branch 'origin/version-1.2.0' into master...Maxim Cournoyer 2020-11-16services: mingetty: Export configuration accessors....Marius Bakke 2020-11-16Properly deal with build directories containing '~'....Ludovic Courtès 2020-11-11gnu: mingetty-shepherd-service: Make 'clear-on-logout' configurable....Mark H Weaver 2020-11-05services: guix: Do not embed the host (guix config)....Ludovic Courtès 2020-10-30services: guix-publish: Add 'cache-bypass-threshold' field....Ludovic Courtès 2020-10-30services: swap: Allow for UUIDs and file system labels....Ludovic Courtès 2020-10-25services: guix: Make /etc/guix/acl really declarative by default....Ludovic Courtès 2020-09-29services: guix: Generate key pair if needed during activation....Ludovic Courtès 2020-09-21services: base: Improve container related comments....Mathieu Othacehe 2020-09-02installer: Run the installation inside a container....Mathieu Othacehe 2020-08-25Remove "guile-zlib" extension when unused....Mathieu Othacehe 2020-08-25linux-libre: Support module compression....Mathieu Othacehe 2020-07-22services: base: Export references-file....Oleg Pykhalov