gnu: r-interactionset: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.10.0.
This commit is contained in:
parent
c4fed658a9
commit
bbc4787cf2
|
@ -686,14 +686,14 @@ parsing of genetic sequencing data from ribosome profiling experiments.")
|
||||||
(define-public r-interactionset
|
(define-public r-interactionset
|
||||||
(package
|
(package
|
||||||
(name "r-interactionset")
|
(name "r-interactionset")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "InteractionSet" version))
|
(uri (bioconductor-uri "InteractionSet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xngraq7ic80jr98i1wqp8bxdgidq6py60m2wfk82n1ixpcdck8n"))))
|
"0wirfhmpmkmnmhbqslw4bzvi2msqyqpjy1rrwr5qbd9k5rhx3bzb"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "InteractionSet")))
|
`((upstream-name . "InteractionSet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue