gnu: r-fishpond: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-fishpond): Update to 2.6.0. [inputs]: Remove zlib.master
parent
85bc989a66
commit
8866d47bce
|
@ -18175,16 +18175,15 @@ objects from the @code{graph} package.")
|
||||||
(define-public r-fishpond
|
(define-public r-fishpond
|
||||||
(package
|
(package
|
||||||
(name "r-fishpond")
|
(name "r-fishpond")
|
||||||
(version "2.4.1")
|
(version "2.6.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
|
||||||
"0kc1xzq03kz548rfinxhc7gxm6021502b6v7bg2har0aq4vx79ml"))))
|
"0lpafc1770kh4j151509d9lrpfj9jgla14km4vsfrqjmyhf2prss"))))
|
||||||
(properties `((upstream-name . "fishpond")))
|
(properties `((upstream-name . "fishpond")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-abind
|
(list r-abind
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
|
|
Reference in New Issue