me
/
guix
Archived
1
0
Fork 0

gnu: r-iclusterplus: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.26.0.
master
zimoun 2020-10-30 15:53:09 +01:00 committed by Ricardo Wurmus
parent e65e81d285
commit 4bc0675de0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5460,14 +5460,14 @@ and data files used across sessions.")
(define-public r-iclusterplus
(package
(name "r-iclusterplus")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "iClusterPlus" version))
(sha256
(base32
"0j987xvxixdz0wnhgp4kgfcgz5jffrcdhmldrgpgv582qmf4r94w"))))
"02ji84dsbn4wir8sim4qy8h57524mnrsq51wxc7n8ybp5x7n9k9q"))))
(properties `((upstream-name . "iClusterPlus")))
(build-system r-build-system)
(native-inputs `(("gfortran" ,gfortran)))