mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-iclusterplus: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.40.0. Change-Id: I50d3ad0f0eb16f9c9c164e0123bf7aad6ca88e8b
This commit is contained in:
parent
4130ff3f13
commit
54bbc4fb55
1 changed files with 2 additions and 2 deletions
|
@ -18031,14 +18031,14 @@ (define-public r-biocfilecache
|
|||
(define-public r-iclusterplus
|
||||
(package
|
||||
(name "r-iclusterplus")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "iClusterPlus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p56w6431jg921416dkyiykccvr7alq6x6r1gcx5d9hkcpyncks1"))))
|
||||
"01rf4w2p1qw4hk9shsdaffyz9g91vffcn4qi1dllsrn3m8pyd1gm"))))
|
||||
(properties `((upstream-name . "iClusterPlus")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue