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.54.0.

* gnu/packages/bioconductor.scm (r-cghcall): Update to 2.54.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:52 +02:00
parent 09c90d8fb4
commit 1c3e239270
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5130,12 +5130,12 @@ the @code{arrayCGH} packages.")
(define-public r-cghcall
(package
(name "r-cghcall")
(version "2.52.0")
(version "2.54.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "CGHcall" version))
(sha256
(base32 "1a6k87xfm79wnsc30k5aziakv51h4dd9zqw81q8bd72hc3fpz8ba"))))
(base32 "1zik04y2q0anzy85l0b4ryzkxpfx2fnmpwp5s7akyk1jfl2r8gw7"))))
(properties `((upstream-name . "CGHcall")))
(build-system r-build-system)
(propagated-inputs