gnu: r-goseq: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-goseq): Update to 1.38.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 14:36:17 +01:00
parent b2b5b03115
commit ab7f3cbbeb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1841,14 +1841,14 @@ (define-public r-ctc
(define-public r-goseq
(package
(name "r-goseq")
(version "1.36.0")
(version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "goseq" version))
(sha256
(base32
"0h8kd3d7yfdq8padfb0k92crwxi5h9gvgv4l3pa8k8wn4kczvciw"))))
"11ypa41qv1nx3cncxlwlbhdxqlwq95rb9byv2z3crrf9nfp24byv"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)