guix-commits
[Top][All Lists]
Advanced

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

06/23: gnu: r-proc: Update to 1.15.0.


From: guix-commits
Subject: 06/23: gnu: r-proc: Update to 1.15.0.
Date: Sun, 9 Jun 2019 09:20:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5bdc59c6a977eb6cbaaad0de5370561884606632
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jun 9 15:18:11 2019 +0200

    gnu: r-proc: Update to 1.15.0.
    
    * gnu/packages/cran.scm (r-proc): Update to 1.15.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 209eebe..53c4e03 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6364,14 +6364,14 @@ containing one or more SNPs that evolved under 
directional selection.")
 (define-public r-proc
   (package
     (name "r-proc")
-    (version "1.14.0")
+    (version "1.15.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pROC" version))
        (sha256
         (base32
-         "0ki1pvj5iaki81crapvwqllg5avn5qlvv62axnsdkdcmv9xc3wg0"))))
+         "1dxxkwdhxfnj2znq4c5ggrr9m5klh5pmfxg17rz59vr2hfb73m24"))))
     (properties `((upstream-name . "pROC")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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