gnu: r-interactionset: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.18.0.master
parent
60ad3c7b3b
commit
35dae95110
|
@ -2233,16 +2233,16 @@ parsing of genetic sequencing data from ribosome profiling experiments.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-interactionset
|
(define-public r-interactionset
|
||||||
(package
|
(package ;BROKEN
|
||||||
(name "r-interactionset")
|
(name "r-interactionset")
|
||||||
(version "1.16.0")
|
(version "1.18.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
|
||||||
"1nsivm9j0mzkfhwqsa2y9gxxdbaplg4z8vn5dfvls3nrihnqpk4v"))))
|
"14lp23b298wr3r7ggcfvas0xlf1866cpla0rv7dz589f50z6bj31"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "InteractionSet")))
|
`((upstream-name . "InteractionSet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue