me
/
guix
Archived
1
0
Fork 0

gnu: r-goseq: Update to 1.46.0.

* gnu/packages/bioconductor.scm (r-goseq): Update to 1.46.0.
master
Ricardo Wurmus 2021-11-04 22:04:14 +00:00
parent e9feedb902
commit 6ad43d2d78
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5553,14 +5553,14 @@ trees and clusters to other programs.")
(define-public r-goseq
(package
(name "r-goseq")
(version "1.44.0")
(version "1.46.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "goseq" version))
(sha256
(base32
"07qrxssx4rb8r958r1smx8xfpzdxpp55hci3201hcmz3mxz77i0s"))))
"1psl9mqgx1d21kayaxvrxriw34fq30wnd57q5c1sk3p8iahg73g0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)