mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: r-fithic: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-fithic): Update to 1.34.0. Change-Id: I0fe71a920d0c34e3c6c7da321f9bc45435509be8
This commit is contained in:
parent
3d55f9dc20
commit
c9a7db1c61
1 changed files with 2 additions and 2 deletions
|
@ -25047,13 +25047,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.32.0")
|
(version "1.34.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
|
||||||
"166djgps0k8xb9rjx8i6sfh71a4cqkgpkw3dr25plprafj4qlxva"))))
|
"0fkqrj89si23x8dwp4z3fdb6b0zb05578x3jxpsvzvq8bgvpjygm"))))
|
||||||
(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