gnu: r-interactionset: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.28.1.
This commit is contained in:
parent
6652f72e13
commit
75a5504e49
1 changed files with 2 additions and 2 deletions
|
@ -10840,14 +10840,14 @@ parsing of genetic sequencing data from ribosome profiling experiments.")
|
|||
(define-public r-interactionset
|
||||
(package
|
||||
(name "r-interactionset")
|
||||
(version "1.28.0")
|
||||
(version "1.28.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "InteractionSet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15bvjhwh7v4ldg5q52h1y5ks75qw85zynnybcaccypws3zlwvacn"))))
|
||||
"1vs3mqf3x8zk7p83jkv41kag1bmn5zxrr3j1ldqk6wxsl77h55c5"))))
|
||||
(properties
|
||||
`((upstream-name . "InteractionSet")))
|
||||
(build-system r-build-system)
|
||||
|
|
Reference in a new issue