guix-commits
[Top][All Lists]
Advanced

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

17/23: gnu: r-fpc: Update to 2.2-2.


From: guix-commits
Subject: 17/23: gnu: r-fpc: Update to 2.2-2.
Date: Sun, 9 Jun 2019 09:20:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e95d5ad958629d1f784f712a2ead6b0749165467
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jun 9 15:19:19 2019 +0200

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



reply via email to

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