mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-iclusterplus: Update to 1.34.2.
* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.34.2.
This commit is contained in:
parent
7f45db2df8
commit
90b10b37e8
1 changed files with 2 additions and 2 deletions
|
@ -12825,14 +12825,14 @@ and data files used across sessions.")
|
||||||
(define-public r-iclusterplus
|
(define-public r-iclusterplus
|
||||||
(package
|
(package
|
||||||
(name "r-iclusterplus")
|
(name "r-iclusterplus")
|
||||||
(version "1.34.0")
|
(version "1.34.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "iClusterPlus" version))
|
(uri (bioconductor-uri "iClusterPlus" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01bl1gmc1v1b4lh88sdazjvm8pl7383dgzxnhmzpxwz7lkcxi1h2"))))
|
"05y4jmbf8sxl32f3g5lw9ycxky0rw69gax3n2z0kif7xcb5qf3qv"))))
|
||||||
(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…
Add table
Reference in a new issue