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

gnu: r-cghcall: Update to 2.42.0.

* gnu/packages/bioconductor.scm (r-cghcall): Update to 2.42.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:43:06 +02:00
parent 205df4a4cb
commit 5c0df206cf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -320,12 +320,12 @@ the @code{arrayCGH} packages.")
(define-public r-cghcall
(package
(name "r-cghcall")
(version "2.40.0")
(version "2.42.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "CGHcall" version))
(sha256
(base32 "11pi6awz3858yb4s0z3qf3kcmsdgp6d4aj41g4lfix1sv5amllch"))))
(base32 "0y71vfxv9x0am3xvv520yr95cb7m7y92dhdx1vkqki80jrmf12dz"))))
(properties `((upstream-name . "CGHcall")))
(build-system r-build-system)
(propagated-inputs