mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-fithic: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-fithic): Update to 1.28.0. Change-Id: I0a17ee5963458b4aa80d35eab741693f68881793
This commit is contained in:
parent
d2819bd479
commit
ac96b72ebf
1 changed files with 2 additions and 2 deletions
|
@ -20439,13 +20439,13 @@ (define-public r-fishpond
|
|||
(define-public r-fithic
|
||||
(package
|
||||
(name "r-fithic")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "FitHiC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mqrzh1rcwyqlhq9wxcy4gp47hsb70qrsissm9nj0cb9j6ihi407"))))
|
||||
"0ygcq3xi55swsmysn539cr3m504rfb6zm30w747pa46r63dfjda7"))))
|
||||
(properties `((upstream-name . "FitHiC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue