mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-gosemsim: Update to 2.22.0.
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.22.0.
This commit is contained in:
parent
c2c1311881
commit
50bad20ace
1 changed files with 2 additions and 2 deletions
|
@ -8427,14 +8427,14 @@ (define-public r-heatplus
|
|||
(define-public r-gosemsim
|
||||
(package
|
||||
(name "r-gosemsim")
|
||||
(version "2.20.0")
|
||||
(version "2.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GOSemSim" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15qi69kkgah7g25bymk9q1xf16hp1rd040fglg0svnydylg2d0ab"))))
|
||||
"1hp15pzd0m0g9f8kglyfsgjqxnvxcmm9022xnsrkzfvmj2yw14vd"))))
|
||||
(properties `((upstream-name . "GOSemSim")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue