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

gnu: r-bacon: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-bacon): Update to 1.14.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:34:20 +01:00
parent 6dfe5056c9
commit 32b471f4a7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3704,14 +3704,14 @@ further downstream analysis on its output.")
(define-public r-bacon
(package
(name "r-bacon")
(version "1.12.0")
(version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bacon" version))
(sha256
(base32
"1p6h348kwbsan6dwviclwxx02jcdmf580g5f95w2sgn4jnfv7q1q"))))
"1q18vm4znl47v56cnvx9y5ygrial2mdjpl8x1043jq00kyygrc86"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocparallel" ,r-biocparallel)