guix-commits
[Top][All Lists]
Advanced

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

67/87: gnu: r-fpc: Update to 2.2-10.


From: guix-commits
Subject: 67/87: gnu: r-fpc: Update to 2.2-10.
Date: Mon, 9 Jan 2023 18:27:38 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 387c486591234265f43d649a2f3fc35c26fd3246
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:19:53 2023 +0100

    gnu: r-fpc: Update to 2.2-10.
    
    * gnu/packages/statistics.scm (r-fpc): Update to 2.2-10.
---
 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 54120c4984..7ba75cf59d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5521,14 +5521,14 @@ of the points.")
 (define-public r-fpc
   (package
     (name "r-fpc")
-    (version "2.2-9")
+    (version "2.2-10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fpc" version))
        (sha256
         (base32
-         "0f7sfmpcycr9y7cy5gasyjm2ardxa62kglqms92mcr68jrp01c19"))))
+         "1lj7j74yx747iic1hcngzbym0sqxppja8bxw64m0j6na5s7m9d4r"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-class



reply via email to

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