mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-iclusterplus: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.32.0.
This commit is contained in:
parent
143a3dd032
commit
bd518b3b8a
1 changed files with 2 additions and 2 deletions
|
@ -10284,14 +10284,14 @@ (define-public r-biocfilecache
|
||||||
(define-public r-iclusterplus
|
(define-public r-iclusterplus
|
||||||
(package
|
(package
|
||||||
(name "r-iclusterplus")
|
(name "r-iclusterplus")
|
||||||
(version "1.30.0")
|
(version "1.32.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
|
||||||
"0w6r2clk8wdnnnjmq3cspmxiq1c8vwprd66xmdrhcqzbjkpkdw2b"))))
|
"0xzx3vly3p99zc5a69pra4jjp8d3bdhx7dl1l76w459cs58zy0sm"))))
|
||||||
(properties `((upstream-name . "iClusterPlus")))
|
(properties `((upstream-name . "iClusterPlus")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list gfortran))
|
||||||
|
|
Loading…
Reference in a new issue