mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-restfulr: Update to 0.0.15.
* gnu/packages/bioconductor.scm (r-restfulr): Update to 0.0.15.
This commit is contained in:
parent
c573c79ef3
commit
01790a6cd6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue