3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-hitc: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-hitc): Update to 1.34.0.
This commit is contained in:
zimoun 2020-10-30 15:57:12 +01:00 committed by Ricardo Wurmus
parent 7105658e9c
commit ed44a72acf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8532,13 +8532,13 @@ assays such as Hi-C.")
(define-public r-hitc
(package
(name "r-hitc")
(version "1.32.0")
(version "1.34.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "HiTC" version))
(sha256
(base32
"1jx2pfa7sbdz7xi466lz1h5xv126g56z73n0a5l2wrq28k47qaxy"))))
"1xbh36qgmzl8b6xq0hnl41li2x18yma50fq0v4dglh2ddn7as9iy"))))
(properties `((upstream-name . "HiTC")))
(build-system r-build-system)
(propagated-inputs