me
/
guix
Archived
1
0
Fork 0

gnu: r-chromvar: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-chromvar): Update to 1.22.0.
master
Ricardo Wurmus 2023-04-28 19:01:33 +02:00
parent 0609a92c0b
commit 09ada1eb1e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18578,13 +18578,13 @@ This package wraps C++ code from the MOODS motif calling library.")
(define-public r-chromvar
(package
(name "r-chromvar")
(version "1.20.2")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "chromVAR" version))
(sha256
(base32 "034in81lsdxa8j1na2zymck2y67235qprin8hak3dwa7lwzbm12z"))))
(base32 "17g64fw019yvi466wrb6nbc0shr9fg5kn0p8d6wd1pscmv9nj1cb"))))
(properties `((upstream-name . "chromVAR")))
(build-system r-build-system)
(propagated-inputs