me
/
guix
Archived
1
0
Fork 0

gnu: r-interactionset: Update to 1.18.1.

* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.18.1.
master
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
1 changed files with 3 additions and 3 deletions

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)