aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-02-11 00:56:59 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-02-11 01:03:27 +0100
commit97e03cc957f6f4e24cfcb1fe32f25d8084a18a14 (patch)
tree6525f500f8169c07bb4d39291110f48a070e4026 /gnu
parent6bef79759d1a4ad34fd8286ad67cbd3147d0911a (diff)
downloadguix-97e03cc957f6f4e24cfcb1fe32f25d8084a18a14.tar.gz
guix-97e03cc957f6f4e24cfcb1fe32f25d8084a18a14.zip
gnu: r-withr: Update to 2.4.1.
* gnu/packages/statistics.scm (r-withr): Update to 2.4.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/statistics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 877f9ef616..03abb26aa7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2497,13 +2497,13 @@ tools to simplify the devolpment of R packages.")
(define-public r-withr
(package
(name "r-withr")
- (version "2.4.0")
+ (version "2.4.1")
(source (origin
(method url-fetch)
(uri (cran-uri "withr" version))
(sha256
(base32
- "1y0l6zbpg0wix60r58yk452aqvx4rd0bk7zw9b90lzniwk3wvr7d"))))
+ "13qpcx7vjnqchvbbdwiqw286gkiajp02pcvhn7w7ddjiil2xjpjz"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))
0100'>2021-11-11import: print: Properly render packages with origins as inputs....Ludovic Courtès 2021-11-11import: pypi: Allow imports of a specific version....Ludovic Courtès 2021-11-08Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-11-07ui: 'load*' correctly reports 'read-error' in all cases....Ludovic Courtès 2021-11-07utils: Define a target-x86-32? and target-x86-64? predicate....Maxime Devos 2021-11-06tests: Avoid literal strings for invalid Texinfo markup....Ludovic Courtès 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-31home: import: Avoid duplication of 'manifest->code'....Ludovic Courtès 2021-10-31home: import: Factorize triplicated 'version-spec' procedure....Ludovic Courtès 2021-10-31guix home: import: Call ‘local-file’ with ‘name’...Xinglu Chen 2021-10-31Add tests for ‘guix home import’....Xinglu Chen 2021-10-30shell: Error out when an unauthorized guix.scm/manifest.scm is found....Ludovic Courtès 2021-10-28store: 'map/accumulate-builds' handler checks the store received....Ludovic Courtès 2021-10-26syscalls: Add 'openpty' and 'login-tty'....Ludovic Courtès 2021-10-25environment: Add tests for '--profile'....Ludovic Courtès 2021-10-25shell: By default load the local 'manifest.scm' or 'guix.scm' file....Ludovic Courtès 2021-10-25Add 'guix shell'....Ludovic Courtès 2021-10-25profiles: Add 'package->development-manifest'....Ludovic Courtès 2021-10-25packages: Add 'package-development-inputs'....Ludovic Courtès 2021-10-24lint: Add description check for common typos....Vagrant Cascadian 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-09home: services: configuration: Support file-like objects....Oleg Pykhalov 2021-10-09tests: Add guix-home.sh....Oleg Pykhalov 2021-10-02import/minetest: Define an updater for mods on ContentDB....Maxime Devos 2021-10-02import: stackage: Use 'define-json-mapping'....Ludovic Courtès 2021-09-30import: pypi: Honor the 'upstream-name' package property....Xinglu Chen 2021-09-28test: lint: Fix ‘haskell-stackage’ test....Xinglu Chen 2021-09-28import: minetest: Fix typos....Tobias Geerinckx-Rice 2021-09-28tests: go: Fix typo....Tobias Geerinckx-Rice 2021-09-25gexp: Leave grafting as is when lowering allowed/disallowed references....Ludovic Courtès 2021-09-21graph: Add '--max-depth'....Ludovic Courtès