guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 8e94a5af38c836c4b9c1fd12bde79f9184b40e53
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:50:00 2025 +0100
gnu: r-gosemsim: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.36.0.
Change-Id: I6837de0a394ea6747060238d656b23f2323e6eb3
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 73e28da7b8..d4ee89e445 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -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"))))