guix-commits
[Top][All Lists]
Advanced

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

202/215: gnu: r-yarn: Update to 1.10.0.


From: guix-commits
Subject: 202/215: gnu: r-yarn: Update to 1.10.0.
Date: Sun, 5 May 2019 18:16:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7f4957b24e5d7d7d1a11264e8632c799cc13399d
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:07:09 2019 +0200

    gnu: r-yarn: Update to 1.10.0.
    
    * gnu/packages/bioconductor.scm (r-yarn): Update to 1.10.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 16fcac8..71f5e68 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3946,14 +3946,14 @@ groups.")
 (define-public r-yarn
   (package
     (name "r-yarn")
-    (version "1.8.1")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "yarn" version))
        (sha256
         (base32
-         "0c84x1zq34hadpsyaa873r8kg0jcxp09c2z63377hlmhsll90l7s"))))
+         "00gmwylpdmssz8xpd91d8fsiyglr7f9vc9bdalpa7w5vg4c6d2f6"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biobase" ,r-biobase)



reply via email to

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