diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 12:15:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:12 +0200 |
commit | c6c619c1790bf8e4b1348ba9601b7736dc58ed51 (patch) | |
tree | 106fc3760e7fc839a54c4c35861d3be106e5b2a2 /gnu | |
parent | 4dedecbe7078b8bc688ca4f610097ed8f078ff5d (diff) | |
download | patches-c6c619c1790bf8e4b1348ba9601b7736dc58ed51.tar patches-c6c619c1790bf8e4b1348ba9601b7736dc58ed51.tar.gz |
gnu: r-hitc: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-hitc): Update to 1.24.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index d761e1f569..f74f2d69d4 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10640,13 +10640,13 @@ assays such as Hi-C.") (define-public r-hitc (package (name "r-hitc") - (version "1.22.1") + (version "1.24.0") (source (origin (method url-fetch) (uri (bioconductor-uri "HiTC" version)) (sha256 (base32 - "0da1jw9my2n2gihs31zyn14wwr23d8v2vij39ll7rm6fma3ydfbl")))) + "0qkk5139f51lwwy1yh7nbkflh5d69prirmhniwam34nlg9rzjm2z")))) (properties `((upstream-name . "HiTC"))) (build-system r-build-system) (propagated-inputs |