diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:22:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:27:27 +0100 |
commit | 855f624d607f7bb7e85a4e8fdcbfc52fa3eedbaa (patch) | |
tree | 145d2cca2711b95d36b0981e04b1c5d7465e1d95 | |
parent | 85170433d1f79569a4fad09488244db442f1c3ef (diff) | |
download | guix-855f624d607f7bb7e85a4e8fdcbfc52fa3eedbaa.tar.gz guix-855f624d607f7bb7e85a4e8fdcbfc52fa3eedbaa.zip |
gnu: r-oai: Update to 0.4.0.
* gnu/packages/cran.scm (r-oai): Update to 0.4.0.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index d57a785f44..1c14c8bf36 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -27803,13 +27803,13 @@ rendered as text, axis labels, etc. throughout R's plotting system.") (define-public r-oai (package (name "r-oai") - (version "0.3.2") + (version "0.4.0") (source (origin (method url-fetch) (uri (cran-uri "oai" version)) (sha256 (base32 - "1zcbcxhw692s0y6izvwazyzhgx0iwsxsbcan2nk0mb7n11p7bypb")))) + "0czf8f2qcjl9lh48svicpis09d3iwz9cndfm7hq8wlz5dl3dwh7m")))) (build-system r-build-system) (propagated-inputs (list r-xml2 r-httr r-plyr r-stringr r-tibble)) |