summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-07 13:07:15 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-08 12:53:37 +0200
commita0e09d099fc42b980d47bc6d43f03e305117bd5c (patch)
treeb0a7ef8b6ed31eadc5377390a2e34a23fbc43b8d /gnu
parent612f4acea2f9836bd88cdf9552e06551ef698bfd (diff)
downloadguix-patches-a0e09d099fc42b980d47bc6d43f03e305117bd5c.tar
guix-patches-a0e09d099fc42b980d47bc6d43f03e305117bd5c.tar.gz
gnu: r-fishpond: Update to 2.10.0.
* gnu/packages/bioconductor.scm (r-fishpond): Update to 2.10.0. Change-Id: If118e6dc0fc42ae7b83dc9697de8627bc03560cc
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 150390259a..a9551e48c6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -21893,13 +21893,13 @@ objects from the @code{graph} package.")
(define-public r-fishpond
(package
(name "r-fishpond")
- (version "2.8.0")
+ (version "2.10.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "fishpond" version))
(sha256
(base32
- "04vl4cp0izghm7h4xk7x48lqkq0dpl47dkd068lva33jygwwpvcz"))))
+ "02lzx8whxd3z4k0saf0vaq4np8lag00nkp3hd6da1w91vczs1kjl"))))
(properties `((upstream-name . "fishpond")))
(build-system r-build-system)
(propagated-inputs