gnu: r-restfulr: Update to 0.0.15.

* gnu/packages/bioconductor.scm (r-restfulr): Update to 0.0.15.
This commit is contained in:
Ricardo Wurmus 2022-07-01 15:29:51 +02:00
parent c573c79ef3
commit 01790a6cd6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5170,14 +5170,14 @@ (define-public r-rsamtools
(define-public r-restfulr
(package
(name "r-restfulr")
(version "0.0.14")
(version "0.0.15")
(source
(origin
(method url-fetch)
(uri (cran-uri "restfulr" version))
(sha256
(base32
"1sdlz8zl4xvd7cpn1gm86q7jv9v7561gg4wk6y7zybiw37pxghq6"))))
"14p6h0gjknqy5z2fprxw7waf4p0cd2qmp18s7qig4ylqn8gqzzs0"))))
(properties `((upstream-name . "restfulr")))
(build-system r-build-system)
(propagated-inputs