mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-chromvar: Update to 1.20.1.
* gnu/packages/bioconductor.scm (r-chromvar): Update to 1.20.1.
This commit is contained in:
parent
68701917b8
commit
c4cbfa40d8
1 changed files with 2 additions and 2 deletions
|
@ -16712,13 +16712,13 @@ (define-public r-motifmatchr
|
|||
(define-public r-chromvar
|
||||
(package
|
||||
(name "r-chromvar")
|
||||
(version "1.20.0")
|
||||
(version "1.20.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "chromVAR" version))
|
||||
(sha256
|
||||
(base32 "1rwgbicbmszdkr05ksxfsisyhk0a4pvc3jrxbzjyc13jj5h6m5kp"))))
|
||||
(base32 "1nhhpqhpvmw6b0nwxdwsjnakmfpxzpii8fmabwwg9bk8ni3zj5dq"))))
|
||||
(properties `((upstream-name . "chromVAR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue