mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-goseq: Update to 1.56.0.
* gnu/packages/bioconductor.scm (r-goseq): Update to 1.56.0. Change-Id: I96328b6c9ee60f8ecfc218861da8343c15979270
This commit is contained in:
parent
52898de521
commit
012883f329
1 changed files with 2 additions and 2 deletions
|
@ -13812,14 +13812,14 @@ (define-public r-ctc
|
||||||
(define-public r-goseq
|
(define-public r-goseq
|
||||||
(package
|
(package
|
||||||
(name "r-goseq")
|
(name "r-goseq")
|
||||||
(version "1.54.0")
|
(version "1.56.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "goseq" version))
|
(uri (bioconductor-uri "goseq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0waw5hhxh8yab8fqw9gnd3l39s6wkmp8690rhs4llarpqz6ssrhk"))))
|
"0bc7dcpz0agbc42f8agf05amyhpavz55fdp622if5af5dn1ww6pr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
|
|
Loading…
Reference in a new issue