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.32.0.

* gnu/packages/bioinformatics.scm (r-hitc): Update to 1.32.0.
This commit is contained in:
Ricardo Wurmus 2020-06-12 16:34:40 +02:00
parent 6be25cc2db
commit 46f188d1df
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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