3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-goseq: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-goseq): Update to 1.44.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:53 +02:00
parent 87d6e68015
commit 4485bc7183
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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