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
|
(define-public r-interactionset
|
||||||
(package
|
(package
|
||||||
(name "r-interactionset")
|
(name "r-interactionset")
|
||||||
(version "1.28.0")
|
(version "1.28.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "InteractionSet" version))
|
(uri (bioconductor-uri "InteractionSet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15bvjhwh7v4ldg5q52h1y5ks75qw85zynnybcaccypws3zlwvacn"))))
|
"1vs3mqf3x8zk7p83jkv41kag1bmn5zxrr3j1ldqk6wxsl77h55c5"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "InteractionSet")))
|
`((upstream-name . "InteractionSet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue