mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: r-goseq: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-goseq): Update to 1.36.0.
This commit is contained in:
parent
7a5d729af1
commit
40f0ee43a0
1 changed files with 2 additions and 2 deletions
|
@ -1519,14 +1519,14 @@ (define-public r-ctc
|
||||||
(define-public r-goseq
|
(define-public r-goseq
|
||||||
(package
|
(package
|
||||||
(name "r-goseq")
|
(name "r-goseq")
|
||||||
(version "1.34.1")
|
(version "1.36.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
|
||||||
"1j87j98cajcjqabv6rb6zmcqxsqxxhbb3w60w1iink4rhsh8m3mn"))))
|
"0h8kd3d7yfdq8padfb0k92crwxi5h9gvgv4l3pa8k8wn4kczvciw"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Reference in a new issue