guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 5be6ec4948e00f9c3e6f194169b407e7ca97ee08
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:50:45 2025 +0100
gnu: r-megadepth: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.20.0.
Change-Id: Ie818451b75635a4117ffdd108fcfb6adb94157a4
---
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 71ee21d829..bceba0d6df 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -27451,14 +27451,14 @@ to annotation.")
(define-public r-megadepth
(package
(name "r-megadepth")
- (version "1.18.0")
+ (version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "megadepth" version))
(sha256
(base32
- "05b3vish9vx1a1pwqayc52hdqb5kimnpzn1kg8qv5979xjbs9s75"))))
+ "115zxqa0dbamc4p6kx9zxc06y0agz7dmi059afw4ci2qyx73smsp"))))
(properties
`((upstream-name . "megadepth")
(updater-extra-propagated-inputs . ("megadepth"))))