Archived
1
0
Fork 0

gnu: r-interactionset: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.20.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:53 +02:00
parent 43a0a48a69
commit ba7757cf1f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5315,14 +5315,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.18.1") (version "1.20.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
"0dx6yw6rxgkcidnnyjzv57vzd112nf9n2bj6dkv7r3a2d2wj6xh4")))) "034xidjmn67n1471fnpdmz7gjm6p05cj8sp9nssc3gxdzn54a6xb"))))
(properties (properties
`((upstream-name . "InteractionSet"))) `((upstream-name . "InteractionSet")))
(build-system r-build-system) (build-system r-build-system)