guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: r-fpc: Update to 2.1-11.1.


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: r-fpc: Update to 2.1-11.1.
Date: Tue, 21 Aug 2018 18:51:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dc695341f77c6c5326fd0aca78f94bf8ac0212f8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 20 20:49:07 2018 +0200

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



reply via email to

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