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

gnu: r-chromvar: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-chromvar): Update to 1.14.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:50:13 +02:00
parent 56a2dcfdc7
commit 71e392966a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12447,13 +12447,13 @@ This package wraps C++ code from the MOODS motif calling library.")
(define-public r-chromvar
(package
(name "r-chromvar")
(version "1.12.0")
(version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "chromVAR" version))
(sha256
(base32 "0dn04ijgq8fncn2bkvnd0lnabjg2s4mpb91b3kwvv3nkgjgfx819"))))
(base32 "1birmwvcvl2hb5ygbsb3wvbdfayqqs53j1bks46cbkq7ybigfyar"))))
(properties `((upstream-name . "chromVAR")))
(build-system r-build-system)
(propagated-inputs