mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-interactionset: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.24.0.
This commit is contained in:
parent
292efe0ae2
commit
6695c4e33b
1 changed files with 2 additions and 2 deletions
|
@ -6625,14 +6625,14 @@ (define-public r-riboseqr
|
|||
(define-public r-interactionset
|
||||
(package
|
||||
(name "r-interactionset")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "InteractionSet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19m2mpby73zanai68rlqvzx9zccli4dz4kix93acrw9755xp3bsw"))))
|
||||
"0qjimx25jvm8siq8hmlbf2z6mknzpbq945p06fsj826k57bpcsm5"))))
|
||||
(properties
|
||||
`((upstream-name . "InteractionSet")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue