mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-chromvar: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-chromvar): Update to 1.20.0.
This commit is contained in:
parent
5374b55b68
commit
64ccd0ff3c
1 changed files with 2 additions and 2 deletions
|
@ -16075,13 +16075,13 @@ This package wraps C++ code from the MOODS motif calling library.")
|
||||||
(define-public r-chromvar
|
(define-public r-chromvar
|
||||||
(package
|
(package
|
||||||
(name "r-chromvar")
|
(name "r-chromvar")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "chromVAR" version))
|
(uri (bioconductor-uri "chromVAR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vhsvkm4kvln0002f13ayk57f9fmiz1kw9vwpsm1vds1vahd656m"))))
|
(base32 "1rwgbicbmszdkr05ksxfsisyhk0a4pvc3jrxbzjyc13jj5h6m5kp"))))
|
||||||
(properties `((upstream-name . "chromVAR")))
|
(properties `((upstream-name . "chromVAR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue