me
/
guix
Archived
1
0
Fork 0

gnu: r-gosemsim: Update to 2.22.0.

* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.22.0.
master
Ricardo Wurmus 2022-05-28 12:44:58 +02:00
parent c2c1311881
commit 50bad20ace
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8427,14 +8427,14 @@ information about samples and features can be added to the plot.")
(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