Archived
1
0
Fork 0

gnu: r-oai: Update to 0.4.0.

* gnu/packages/cran.scm (r-oai): Update to 0.4.0.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:25 +01:00
parent 85170433d1
commit 855f624d60
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27803,13 +27803,13 @@ rendered as text, axis labels, etc. throughout R's plotting system.")
(define-public r-oai (define-public r-oai
(package (package
(name "r-oai") (name "r-oai")
(version "0.3.2") (version "0.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "oai" version)) (uri (cran-uri "oai" version))
(sha256 (sha256
(base32 (base32
"1zcbcxhw692s0y6izvwazyzhgx0iwsxsbcan2nk0mb7n11p7bypb")))) "0czf8f2qcjl9lh48svicpis09d3iwz9cndfm7hq8wlz5dl3dwh7m"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-xml2 r-httr r-plyr r-stringr r-tibble)) (list r-xml2 r-httr r-plyr r-stringr r-tibble))