gnu: r-interactionset: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.26.0.
This commit is contained in:
zimoun 2022-11-17 03:50:16 +01:00 committed by Ricardo Wurmus
parent e4ab1ac23e
commit e7393c32f4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8416,14 +8416,14 @@ (define-public r-riboseqr
(define-public r-interactionset
(package
(name "r-interactionset")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "InteractionSet" version))
(sha256
(base32
"0qjimx25jvm8siq8hmlbf2z6mknzpbq945p06fsj826k57bpcsm5"))))
"14fb780f2g24ay28dy9xkmfziavbkj75v4vc2cmqbxfdsfp4yn0w"))))
(properties
`((upstream-name . "InteractionSet")))
(build-system r-build-system)