mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-cardelino: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-cardelino): Update to 1.2.0.
This commit is contained in:
parent
084e990d2f
commit
f869abfae3
1 changed files with 2 additions and 2 deletions
|
@ -4144,13 +4144,13 @@ (define-public r-breakpointr
|
|||
(define-public r-cardelino
|
||||
(package
|
||||
(name "r-cardelino")
|
||||
(version "1.0.0")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "cardelino" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ma4clkrkrjvy12ln2d2smyzzsz9y9554f5wgwmh9kv6s4xc66qs"))))
|
||||
"0ivhqd3da23iy2qklk2nljkjjr943m9r2y1q51fphld33izmv64v"))))
|
||||
(properties `((upstream-name . "cardelino")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-combinat
|
||||
|
|
Loading…
Reference in a new issue