mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-fithic: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-fithic): Update to 1.22.0.
This commit is contained in:
parent
3c57f6d2a0
commit
8b7e1da3b6
1 changed files with 2 additions and 2 deletions
|
@ -13698,13 +13698,13 @@ (define-public r-rgraphviz
|
||||||
(define-public r-fithic
|
(define-public r-fithic
|
||||||
(package
|
(package
|
||||||
(name "r-fithic")
|
(name "r-fithic")
|
||||||
(version "1.20.0")
|
(version "1.22.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
|
||||||
"0a3d2bxp98lmbf3i864zgfwxwvxyqfcrh75z9yz7ra7y44pkjr4y"))))
|
"0iv14yx3g7shzl8qrjknyxbmiylj51sbd1wzr1ff9lc5shgl55kq"))))
|
||||||
(properties `((upstream-name . "FitHiC")))
|
(properties `((upstream-name . "FitHiC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue