gnu: r-fishpond: Update to 2.10.0.
* gnu/packages/bioconductor.scm (r-fishpond): Update to 2.10.0. Change-Id: If118e6dc0fc42ae7b83dc9697de8627bc03560cc
This commit is contained in:
parent
612f4acea2
commit
a0e09d099f
1 changed files with 2 additions and 2 deletions
|
@ -21893,13 +21893,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.8.0")
|
(version "2.10.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
|
||||||
"04vl4cp0izghm7h4xk7x48lqkq0dpl47dkd068lva33jygwwpvcz"))))
|
"02lzx8whxd3z4k0saf0vaq4np8lag00nkp3hd6da1w91vczs1kjl"))))
|
||||||
(properties `((upstream-name . "fishpond")))
|
(properties `((upstream-name . "fishpond")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue