mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-fithic: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-fithic): Update to 1.16.0.
This commit is contained in:
parent
724b770678
commit
7105658e9c
1 changed files with 2 additions and 2 deletions
|
@ -8506,13 +8506,13 @@ objects from the @code{graph} package.")
|
||||||
(define-public r-fithic
|
(define-public r-fithic
|
||||||
(package
|
(package
|
||||||
(name "r-fithic")
|
(name "r-fithic")
|
||||||
(version "1.14.0")
|
(version "1.16.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
|
||||||
"1dffkdxm08wq4kjd9j2v2625x3p6vbrk33a2zx94pwpgkghr72yp"))))
|
"1sdfkqc6s7m9whkzr0mllzzfjzhj2g54ncjwxj8q0azjgszrfwd2"))))
|
||||||
(properties `((upstream-name . "FitHiC")))
|
(properties `((upstream-name . "FitHiC")))
|
||||||
(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