mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-goseq: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-goseq): Update to 1.38.0.
This commit is contained in:
parent
b2b5b03115
commit
ab7f3cbbeb
1 changed files with 2 additions and 2 deletions
|
@ -1841,14 +1841,14 @@ trees and clusters to other programs.")
|
||||||
(define-public r-goseq
|
(define-public r-goseq
|
||||||
(package
|
(package
|
||||||
(name "r-goseq")
|
(name "r-goseq")
|
||||||
(version "1.36.0")
|
(version "1.38.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
|
||||||
"0h8kd3d7yfdq8padfb0k92crwxi5h9gvgv4l3pa8k8wn4kczvciw"))))
|
"11ypa41qv1nx3cncxlwlbhdxqlwq95rb9byv2z3crrf9nfp24byv"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue