guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

247/265: gnu: r-mlinterfaces: Update to 1.66.0.


From: guix-commits
Subject: 247/265: gnu: r-mlinterfaces: Update to 1.66.0.
Date: Sun, 15 Dec 2019 09:40:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6374984a205b7e3d64118a7265125de9aff41a84
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:35:26 2019 +0100

    gnu: r-mlinterfaces: Update to 1.66.0.
    
    * gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.66.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f41f6ec..3b078a2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3428,14 +3428,14 @@ profiles (GO and KEGG) of gene and gene clusters.")
 (define-public r-mlinterfaces
   (package
     (name "r-mlinterfaces")
-    (version "1.64.1")
+    (version "1.66.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "MLInterfaces" version))
        (sha256
         (base32
-         "1c1hciwy37zpr5bzdjj2xxx2r4jdfmr5w0zmg010lm2985z41gqh"))))
+         "1vnzqd3y3jk1wgxybckzrcgwk0ly7zgcz5ki1ib0bk1jwv6xk5x8"))))
     (properties `((upstream-name . "MLInterfaces")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]