gnu: r-gosemsim: Update to 2.18.1.
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.18.1.
This commit is contained in:
parent
00cdff9e6e
commit
6da8e99c9c
1 changed files with 2 additions and 2 deletions
|
@ -7128,14 +7128,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.18.0")
|
(version "2.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOSemSim" version))
|
(uri (bioconductor-uri "GOSemSim" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fzmaxjzyvq6xj5ny1sjijdwi4krzjgyaz52fczpwrxijq5pnyn1"))))
|
"00dbgkiv9x7g2i0anzcxpycwqqqry0y7jl3ad93lhvi31qnqq1sm"))))
|
||||||
(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