guix-commits
[Top][All Lists]
Advanced

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

57/174: gnu: r-proc: Update to 1.18.4.


From: guix-commits
Subject: 57/174: gnu: r-proc: Update to 1.18.4.
Date: Tue, 11 Jul 2023 14:48:18 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 2ee79fe87bcc7a9dc3a5ba81a17b863d5462144b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:24 2023 +0200

    gnu: r-proc: Update to 1.18.4.
    
    * gnu/packages/cran.scm (r-proc): Update to 1.18.4.
---
 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 fe2de33542..3d4c15627d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13383,14 +13383,14 @@ containing one or more SNPs that evolved under 
directional selection.")
 (define-public r-proc
   (package
     (name "r-proc")
-    (version "1.18.2")
+    (version "1.18.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pROC" version))
        (sha256
         (base32
-         "01q5qv2g2npfn7xyd62mhfvdb0647r3y1j4sm0fb7p9ncyifm0hz"))))
+         "0lqar1lbm461in4jb9rkdnpccl8lshrhig2qxr892m91mdxym46m"))))
     (properties `((upstream-name . "pROC")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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