mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-iclusterplus: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.36.0.
This commit is contained in:
parent
277f476f60
commit
c91f3192bc
1 changed files with 2 additions and 2 deletions
|
@ -14535,14 +14535,14 @@ (define-public r-biocfilecache
|
|||
(define-public r-iclusterplus
|
||||
(package
|
||||
(name "r-iclusterplus")
|
||||
(version "1.34.3")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "iClusterPlus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d7qsdjry5avflrvgjj287xqn9dr54pqiqvpgywzdmdwn82m0dfp"))))
|
||||
"0s7brgdj7n3nhap9v5lnnhzdvq1scixmbb867h6nykdjr4s7ap3k"))))
|
||||
(properties `((upstream-name . "iClusterPlus")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue