gnu: r-fithic: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-fithic): Update to 1.24.0.master
parent
65866be416
commit
06c18fde52
|
@ -15728,13 +15728,13 @@ working with Salmon and Alevin quantification files.")
|
||||||
(define-public r-fithic
|
(define-public r-fithic
|
||||||
(package
|
(package
|
||||||
(name "r-fithic")
|
(name "r-fithic")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "FitHiC" version))
|
(uri (bioconductor-uri "FitHiC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iv14yx3g7shzl8qrjknyxbmiylj51sbd1wzr1ff9lc5shgl55kq"))))
|
"1c7jscl82knbh5ha1i1hlm46nnhz6aw5h0j5xnl4hlgx8mnn05fl"))))
|
||||||
(properties `((upstream-name . "FitHiC")))
|
(properties `((upstream-name . "FitHiC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue