me
/
guix
Archived
1
0
Fork 0

gnu: r-fishpond: Update to 2.4.0.

* gnu/packages/bioconductor.scm (r-fishpond): Update to 2.4.0.
master
zimoun 2022-11-17 03:50:30 +01:00 committed by Ricardo Wurmus
parent f074346f2c
commit 65866be416
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15690,13 +15690,13 @@ objects from the @code{graph} package.")
(define-public r-fishpond (define-public r-fishpond
(package (package
(name "r-fishpond") (name "r-fishpond")
(version "2.2.0") (version "2.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "fishpond" version)) (uri (bioconductor-uri "fishpond" version))
(sha256 (sha256
(base32 (base32
"0svp4yh0srhzbbxy1grchzdd9yzchadjp3d2sy2n9xpwxzpkhrym")))) "112jd53wbiv1w0n8dc4qn6257wbbbg5i20s9wlvaw98jma94afa6"))))
(properties `((upstream-name . "fishpond"))) (properties `((upstream-name . "fishpond")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list zlib)) (inputs (list zlib))