guix-commits
[Top][All Lists]
Advanced

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

51/295: gnu: r-fpc: Update to 2.2-7.


From: guix-commits
Subject: 51/295: gnu: r-fpc: Update to 2.2-7.
Date: Mon, 27 Jul 2020 06:25:17 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit ea33de6d704f30b3c827877173c513f6fce22f1e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 28 05:38:57 2020 +0200

    gnu: r-fpc: Update to 2.2-7.
    
    * gnu/packages/statistics.scm (r-fpc): Update to 2.2-7.
---
 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 bb9ad27..dfc3d81 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4921,14 +4921,14 @@ of the points.")
 (define-public r-fpc
   (package
     (name "r-fpc")
-    (version "2.2-6")
+    (version "2.2-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fpc" version))
        (sha256
         (base32
-         "0lpn951gy58039gk2wh8nsw6qss8m3flkawv55yq3l6373ly79if"))))
+         "1xnp3j36hggfg675v39mnr6rgvp7i11pfng7nmyy3k2ldgklz0j9"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-class" ,r-class)



reply via email to

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