diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-04-06 23:02:12 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-04-06 23:13:26 +0200 |
commit | 2da8588ebcb85f70f5e3c9c3a7b4755a4d9bbd96 (patch) | |
tree | ceadfa5d6a51e890d3ad0fe969730c66a5887fea | |
parent | bb94f7257e94b3180f1a65e232ed0d418c4a7984 (diff) | |
download | patches-2da8588ebcb85f70f5e3c9c3a7b4755a4d9bbd96.tar patches-2da8588ebcb85f70f5e3c9c3a7b4755a4d9bbd96.tar.gz |
gnu: r-mlinterfaces: Update to 1.62.1.
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.62.1.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 34650e149d..a77114f723 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2951,14 +2951,14 @@ profiles (GO and KEGG) of gene and gene clusters.") (define-public r-mlinterfaces (package (name "r-mlinterfaces") - (version "1.62.0") + (version "1.62.1") (source (origin (method url-fetch) (uri (bioconductor-uri "MLInterfaces" version)) (sha256 (base32 - "12bgplyzfh0hkwmdp5w4cs5zw3ygdhzmiqzm8vhjyni6m9nrxwy8")))) + "1h0x1p2h8x1h276wxx6kcnb4c4s5sglnmd58iigl81a224x8gxwp")))) (properties `((upstream-name . "MLInterfaces"))) (build-system r-build-system) (propagated-inputs |