gnu: r-iclusterplus: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.24.0.
This commit is contained in:
parent
173844fc75
commit
ca8d80c90c
1 changed files with 2 additions and 2 deletions
|
@ -5346,14 +5346,14 @@ and data files used across sessions.")
|
||||||
(define-public r-iclusterplus
|
(define-public r-iclusterplus
|
||||||
(package
|
(package
|
||||||
(name "r-iclusterplus")
|
(name "r-iclusterplus")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "iClusterPlus" version))
|
(uri (bioconductor-uri "iClusterPlus" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dzgfzf2x8m62hssvsn1zzag7m444kyxj2vpdxl9nk859dr5pf37"))))
|
"0j987xvxixdz0wnhgp4kgfcgz5jffrcdhmldrgpgv582qmf4r94w"))))
|
||||||
(properties `((upstream-name . "iClusterPlus")))
|
(properties `((upstream-name . "iClusterPlus")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs `(("gfortran" ,gfortran)))
|
(native-inputs `(("gfortran" ,gfortran)))
|
||||||
|
|
Reference in a new issue