gnu: r-interactionset: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.22.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:13 +00:00
parent 56da30065a
commit 3dac6963f9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5458,14 +5458,14 @@ (define-public r-riboseqr
(define-public r-interactionset (define-public r-interactionset
(package (package
(name "r-interactionset") (name "r-interactionset")
(version "1.20.0") (version "1.22.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
"034xidjmn67n1471fnpdmz7gjm6p05cj8sp9nssc3gxdzn54a6xb")))) "19m2mpby73zanai68rlqvzx9zccli4dz4kix93acrw9755xp3bsw"))))
(properties (properties
`((upstream-name . "InteractionSet"))) `((upstream-name . "InteractionSet")))
(build-system r-build-system) (build-system r-build-system)