mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-iclusterplus: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.38.0. Change-Id: I546a8dabf09008ba0a35c3523f8956fe59f573c8
This commit is contained in:
parent
77491d9dc4
commit
d2ee7821d1
1 changed files with 2 additions and 2 deletions
|
@ -16620,14 +16620,14 @@ (define-public r-biocfilecache
|
|||
(define-public r-iclusterplus
|
||||
(package
|
||||
(name "r-iclusterplus")
|
||||
(version "1.36.1")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "iClusterPlus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lbkmin9pkk9yzpmwrfyniyqnwmp0wcgiirq8prmzi5mvndl6wm3"))))
|
||||
"0p56w6431jg921416dkyiykccvr7alq6x6r1gcx5d9hkcpyncks1"))))
|
||||
(properties `((upstream-name . "iClusterPlus")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue