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

gnu: r-cghbase: Update to 1.54.0.

* gnu/packages/bioconductor.scm (r-cghbase): Update to 1.54.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:12 +00:00
parent c6cff9686b
commit c5cb1e0118
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5254,12 +5254,12 @@ normalization and quality checking.")
(define-public r-cghbase
(package
(name "r-cghbase")
(version "1.52.0")
(version "1.54.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "CGHbase" version))
(sha256
(base32 "1p87k4vw981k97d9bckmprrfg55jwd91658rgxzjj8hnschf28a4"))))
(base32 "1kfxw126bddfy67cmf8dca9qq4bg7fkxjf8iaikplhvs5hl7bp4d"))))
(properties `((upstream-name . "CGHbase")))
(build-system r-build-system)
(propagated-inputs