guix-commits
[Top][All Lists]
Advanced

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

29/46: gnu: r-forecast: Update to 8.15.


From: guix-commits
Subject: 29/46: gnu: r-forecast: Update to 8.15.
Date: Wed, 2 Jun 2021 11:27:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 318808dcdd968de6b6ff5308f19fb28c9a355486
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 2 17:23:06 2021 +0200

    gnu: r-forecast: Update to 8.15.
    
    * gnu/packages/cran.scm (r-forecast): Update to 8.15.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5bed543..8304b6d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22560,14 +22560,14 @@ Raftery, Appl.Statistics, 1989); it includes 
inference and basic methods.")
 (define-public r-forecast
   (package
     (name "r-forecast")
-    (version "8.14")
+    (version "8.15")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "forecast" version))
        (sha256
         (base32
-         "12bfw029xb1dndcjyn2r7a51i7hnkkbdilp69k97sz2v8b7v1y3s"))))
+         "0x4ij55sb45qnwba3bybs50vsvv82q3j8p47xmbv959h13nsnfn7"))))
     (properties `((upstream-name . "forecast")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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