guix-commits
[Top][All Lists]
Advanced

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

03/17: gnu: r-boot: Update to 1.3-19.


From: Ricardo Wurmus
Subject: 03/17: gnu: r-boot: Update to 1.3-19.
Date: Sat, 22 Apr 2017 17:30:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4d76947e500aed3bbd6b3cb476d781e0c7e31d04
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Apr 22 22:59:43 2017 +0200

    gnu: r-boot: Update to 1.3-19.
    
    * gnu/packages/statistics.scm (r-boot): Update to 1.3-19.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 18136f1..87884ca 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -262,14 +262,14 @@ available, greatly increasing its breadth and scope.")
 (define-public r-boot
   (package
     (name "r-boot")
-    (version "1.3-18")
+    (version "1.3-19")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "boot" version))
        (sha256
         (base32
-         "0pi348vvgzn1ny54yxhw6kq6nl7rx9bpr9ji1a6wqs8ah5zj7z8j"))))
+         "16hsw4bw9pkfc2lqxfwycm1sbvbrm4linvm0ci71n8sxc7srvkis"))))
     (build-system r-build-system)
     (home-page "http://cran.r-project.org/web/packages/boot";)
     (synopsis "Bootstrap functions for R")



reply via email to

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