guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 8114db01084588d518675175cb843b10f9cd75ae
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:48:11 2025 +0100
gnu: r-simona: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-simona): Update to 1.8.0.
[propagated-inputs]: Add r-fastmatch.
Change-Id: Ie9395e1ecad38319055bc6671b219a1c605a55fe
---
gnu/packages/bioconductor.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 6bfd5ee7a0..a5f0849011 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13995,13 +13995,13 @@ less than 2bp on both sides of indel region.")
(define-public r-simona
(package
(name "r-simona")
- (version "1.6.0")
+ (version "1.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "simona" version))
(sha256
- (base32 "0d6zyjcrszyavpms883hjh68zwyq5hr0jh3lnhcy2zzkzlz857fd"))))
+ (base32 "0fv5qqlchbij486w2j7r2yndj2c497f4id0skq3r8pp735lgc84j"))))
(properties
`((upstream-name . "simona")
(updater-extra-native-inputs
@@ -14010,6 +14010,7 @@ less than 2bp on both sides of indel region.")
(inputs (list openjdk perl))
(propagated-inputs (list r-circlize
r-complexheatmap
+ r-fastmatch
r-getoptlong
r-globaloptions
r-igraph