mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-interactionset: Update to 1.26.1.
* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.26.1.
This commit is contained in:
parent
9202c56e84
commit
2b6c03a34e
1 changed files with 2 additions and 2 deletions
|
@ -9512,14 +9512,14 @@ (define-public r-riboseqr
|
|||
(define-public r-interactionset
|
||||
(package
|
||||
(name "r-interactionset")
|
||||
(version "1.26.0")
|
||||
(version "1.26.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "InteractionSet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14fb780f2g24ay28dy9xkmfziavbkj75v4vc2cmqbxfdsfp4yn0w"))))
|
||||
"1nk8jhabbrirpyjd1wdy2fjk8y2qi1bsjmgqzh0qi1c83n0ccz5d"))))
|
||||
(properties
|
||||
`((upstream-name . "InteractionSet")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue