1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 10:24:02 +02:00

gnu: r-gosemsim: Update to 2.36.0.

* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.36.0.

Change-Id: I6837de0a394ea6747060238d656b23f2323e6eb3
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:50:00 +01:00
parent 92e98c7fff
commit c72b80fa38
+2 -2
View File
@@ -19196,14 +19196,14 @@ semantics of the two frameworks.")
(define-public r-gosemsim
(package
(name "r-gosemsim")
(version "2.34.0")
(version "2.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GOSemSim" version))
(sha256
(base32
"1pxz30zfpfwsp9sx3ca99jb5acrsxbl9d7pscm57d767rhm8kq83"))))
"0s5zpga9fjk5h8l8ql8zpyylqrfqfgy8zw9i60mlr8azifwq7hvk"))))
(properties
'((upstream-name . "GOSemSim")
(updater-extra-native-inputs . ("r-org-hs-eg-db"))))