mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-cardelino: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-cardelino): Update to 1.4.0. Change-Id: I3f06c5b266bd6d4ae09da8ebb91743cb57468746
This commit is contained in:
parent
c2460ad512
commit
59798d25e2
1 changed files with 2 additions and 2 deletions
|
@ -4439,13 +4439,13 @@ (define-public r-breakpointr
|
|||
(define-public r-cardelino
|
||||
(package
|
||||
(name "r-cardelino")
|
||||
(version "1.2.0")
|
||||
(version "1.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "cardelino" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ivhqd3da23iy2qklk2nljkjjr943m9r2y1q51fphld33izmv64v"))))
|
||||
"0y4d3db01jwahz01hx3dswc4gg0x5k7325v4n1illgw3ddj2mvgn"))))
|
||||
(properties `((upstream-name . "cardelino")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-combinat
|
||||
|
|
Loading…
Reference in a new issue