mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-savr: Update to 1.37.0.
* gnu/packages/bioconductor.scm (r-savr): Update to 1.37.0.
This commit is contained in:
parent
3531182e1e
commit
1f83062449
1 changed files with 2 additions and 2 deletions
|
@ -11197,14 +11197,14 @@ (define-public r-destiny
|
|||
(define-public r-savr
|
||||
(package
|
||||
(name "r-savr")
|
||||
(version "1.36.0")
|
||||
(version "1.37.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "savR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b7kjgj2r6lgkdnrq91wcwvwb5an0gfdsbyp7j0pvn2byfm4lply"))))
|
||||
"13wiw7isdmpwhynxjrhimy9yglcz1108k7nwa98vq9czq49zpada"))))
|
||||
(properties `((upstream-name . "savR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue