mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-iclusterplus: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.26.0.
This commit is contained in:
parent
e65e81d285
commit
4bc0675de0
1 changed files with 2 additions and 2 deletions
|
@ -5460,14 +5460,14 @@ (define-public r-biocfilecache
|
||||||
(define-public r-iclusterplus
|
(define-public r-iclusterplus
|
||||||
(package
|
(package
|
||||||
(name "r-iclusterplus")
|
(name "r-iclusterplus")
|
||||||
(version "1.24.0")
|
(version "1.26.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
|
||||||
"0j987xvxixdz0wnhgp4kgfcgz5jffrcdhmldrgpgv582qmf4r94w"))))
|
"02ji84dsbn4wir8sim4qy8h57524mnrsq51wxc7n8ybp5x7n9k9q"))))
|
||||||
(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)))
|
||||||
|
|
Loading…
Reference in a new issue