guix-commits
[Top][All Lists]
Advanced

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

110/112: gnu: r-fpc: Update to 2.2-9.


From: guix-commits
Subject: 110/112: gnu: r-fpc: Update to 2.2-9.
Date: Wed, 9 Dec 2020 16:07:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d6d29848696891b73a3ff114400f39ccb2c9940c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 22:01:33 2020 +0100

    gnu: r-fpc: Update to 2.2-9.
    
    * gnu/packages/statistics.scm (r-fpc): Update to 2.2-9.
---
 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 284e1c4..e2fded4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4936,14 +4936,14 @@ of the points.")
 (define-public r-fpc
   (package
     (name "r-fpc")
-    (version "2.2-8")
+    (version "2.2-9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fpc" version))
        (sha256
         (base32
-         "07a125pji1flmybn6iidcnizwnqyl6chnrckxa5jp4qxxfdqx658"))))
+         "0f7sfmpcycr9y7cy5gasyjm2ardxa62kglqms92mcr68jrp01c19"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-class" ,r-class)



reply via email to

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