gnu: r-restfulr: Update to 0.0.14.

* gnu/packages/bioconductor.scm (r-restfulr): Update to 0.0.14.
This commit is contained in:
Ricardo Wurmus 2022-06-13 14:21:42 +02:00
parent 7846896156
commit 37378829bc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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