me
/
guix
Archived
1
0
Fork 0

gnu: r-fishpond: Update to 2.6.0.

* gnu/packages/bioconductor.scm (r-fishpond): Update to 2.6.0.
[inputs]: Remove zlib.
master
Ricardo Wurmus 2023-04-28 19:01:30 +02:00
parent 85bc989a66
commit 8866d47bce
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -18175,16 +18175,15 @@ objects from the @code{graph} package.")
(define-public r-fishpond
(package
(name "r-fishpond")
(version "2.4.1")
(version "2.6.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "fishpond" version))
(sha256
(base32
"0kc1xzq03kz548rfinxhc7gxm6021502b6v7bg2har0aq4vx79ml"))))
"0lpafc1770kh4j151509d9lrpfj9jgla14km4vsfrqjmyhf2prss"))))
(properties `((upstream-name . "fishpond")))
(build-system r-build-system)
(inputs (list zlib))
(propagated-inputs
(list r-abind
r-genomicranges