gnu: r-gosemsim: Update to 2.18.0.
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.18.0.
This commit is contained in:
parent
faf60162a3
commit
376d9dd825
1 changed files with 2 additions and 2 deletions
|
@ -7013,14 +7013,14 @@ information about samples and features can be added to the plot.")
|
||||||
(define-public r-gosemsim
|
(define-public r-gosemsim
|
||||||
(package
|
(package
|
||||||
(name "r-gosemsim")
|
(name "r-gosemsim")
|
||||||
(version "2.16.1")
|
(version "2.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOSemSim" version))
|
(uri (bioconductor-uri "GOSemSim" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hk1626172scja2gr6axy98czblz0zljiqgqaknsv2xj6frhxcgs"))))
|
"1fzmaxjzyvq6xj5ny1sjijdwi4krzjgyaz52fczpwrxijq5pnyn1"))))
|
||||||
(properties `((upstream-name . "GOSemSim")))
|
(properties `((upstream-name . "GOSemSim")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue