guix-commits
[Top][All Lists]
Advanced

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

248/324: gnu: r-roc: Update to 1.68.0.


From: guix-commits
Subject: 248/324: gnu: r-roc: Update to 1.68.0.
Date: Sat, 5 Jun 2021 03:15:47 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 125ffdf7886cc66bb33629862ec7645b1d625167
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:07 2021 +0200

    gnu: r-roc: Update to 1.68.0.
    
    * gnu/packages/bioconductor.scm (r-roc): Update to 1.68.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 c46a9b7..3e187c8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10140,14 +10140,14 @@ regulatory networks from expression data.")
 (define-public r-roc
   (package
     (name "r-roc")
-    (version "1.66.0")
+    (version "1.68.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ROC" version))
        (sha256
         (base32
-         "02b9n42z3kjrfxpdf3glqvimd79nhnycq00mb09fzhkpp5zl43c9"))))
+         "0ff5rcpyybgjzsfbhaslim0m02n3bksv1r9v7bq0gg0iyzll0rjc"))))
     (properties `((upstream-name . "ROC")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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