guix-commits
[Top][All Lists]
Advanced

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

68/77: gnu: r-fpc: Update to 2.1-11.


From: Ricardo Wurmus
Subject: 68/77: gnu: r-fpc: Update to 2.1-11.
Date: Tue, 13 Feb 2018 10:19:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 09da3d4403d3059fb97956e162f4b479ea2352ce
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 16:12:14 2018 +0100

    gnu: r-fpc: Update to 2.1-11.
    
    * gnu/packages/statistics.scm (r-fpc): Update to 2.1-11.
---
 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 72d6d82..23db155 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4802,14 +4802,14 @@ of the points.")
 (define-public r-fpc
   (package
     (name "r-fpc")
-    (version "2.1-10")
+    (version "2.1-11")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fpc" version))
        (sha256
         (base32
-         "15m0p9l9w2v7sl0cnzyg81i2fmx3hrhvr3371544mwn3fpsca5sx"))))
+         "04alsqb5gbhsjg1000d8w52pmpnlwca29r0s12f7n7mdccdv6xar"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-class" ,r-class)



reply via email to

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