aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-06-17 04:54:46 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-06-17 04:54:46 +0200
commitfd61e9c5d6d63d3eb5ca7724cd0fc7e93b4ad8fe (patch)
tree02b50910472493438f5959304d4d69d3761b460f /gnu/packages
parent0f4182a1377efd03c8cbfedef23563e05ec7cc45 (diff)
downloadguix-fd61e9c5d6d63d3eb5ca7724cd0fc7e93b4ad8fe.tar.gz
guix-fd61e9c5d6d63d3eb5ca7724cd0fc7e93b4ad8fe.zip
gnu: r-r-utils: Update to 2.9.0.
* gnu/packages/statistics.scm (r-r-utils): Update to 2.9.0.
Diffstat (limited to 'gnu/packages')
-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 9e533bd4bd..21fe65a08d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3542,13 +3542,13 @@ maintenance for package developers.")
(define-public r-r-utils
(package
(name "r-r-utils")
- (version "2.8.0")
+ (version "2.9.0")
(source (origin
(method url-fetch)
(uri (cran-uri "R.utils" version))
(sha256
(base32
- "1jaarld1jgpzh18kh9g3rlzcrk51vdgn2n1d1y28szzxlz94vifg"))))
+ "1w4zn2db15bggfnh64fbyi2z2sj47rcd4xn53b28dsnkamdcramj"))))
(properties `((upstream-name . "R.utils")))
(build-system r-build-system)
(propagated-inputs
lass='msg-avail'>...Maxim Cournoyer 2023-03-20services: network-manager: Add missing shadowing of 'iwd?' field....Andrew Tropin 2023-03-10services: connman: Set service canonical-name to connman....Bruno Victal 2023-03-10services: network-manager: Set service canonical-name to NetworkManager....Bruno Victal 2023-03-10services: network-manager: Await for NetworkManager to finish starting up....Bruno Victal 2023-03-10services: connman: Deprecate 'iwd?' field....Bruno Victal 2023-03-10services: connman: Add 'shepherd-requirement' field....Bruno Victal 2023-03-10services: connman: Use match-record and export accessors....Bruno Victal 2023-03-10services: network-manager: Deprecate 'iwd?' field....Bruno Victal 2023-03-10services: network-manager: Add 'shepherd-requirement' field....Bruno Victal 2023-02-09services: Add block-facebook-hosts-service-type....Bruno Victal 2023-01-16services: connman: Add iwd backend support....Declan Tsien 2022-12-02services: networking: Avoid 'match' on records....Ludovic Courtès 2022-12-01services: network-manager: Add iwd backend support....Andrew Tropin 2022-11-18services: tor: Remove unnecessary modules from shepherd environment....Ludovic Courtès 2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès 2022-10-06services: dhcp-client: Implement and use a configuration record....Alexey Abramov 2022-08-25services: Use the new maybe/unset API....Attila Lendvai