gnu: r-gosemsim: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.30.0. Change-Id: I68681741553872d7928d8ef6388d9cecfb67c98f
This commit is contained in:
parent
f8ac2124cb
commit
0e31943e5e
1 changed files with 2 additions and 2 deletions
|
@ -16037,14 +16037,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.28.1")
|
(version "2.30.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
|
||||||
"0p8368ia4ib61m1p8apk2d21lhdi62rfg04zl4190w6xv87k49xx"))))
|
"0985w9b2iw7jbmpymfvqmpzshsy0lvqw7whc1djdnh58lwscnhcq"))))
|
||||||
(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