3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-interactionset: Update to 1.18.1.

* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.18.1.
This commit is contained in:
Ricardo Wurmus 2021-05-04 09:03:10 +02:00
parent 390098ddd4
commit b2bdc2f130
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3247,16 +3247,16 @@ parsing of genetic sequencing data from ribosome profiling experiments.")
(license license:gpl3)))
(define-public r-interactionset
(package ;BROKEN
(package
(name "r-interactionset")
(version "1.18.0")
(version "1.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "InteractionSet" version))
(sha256
(base32
"14lp23b298wr3r7ggcfvas0xlf1866cpla0rv7dz589f50z6bj31"))))
"0dx6yw6rxgkcidnnyjzv57vzd112nf9n2bj6dkv7r3a2d2wj6xh4"))))
(properties
`((upstream-name . "InteractionSet")))
(build-system r-build-system)