guix-commits
[Top][All Lists]
Advanced

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

18/28: gnu: r-forecast: Update to 8.14.


From: guix-commits
Subject: 18/28: gnu: r-forecast: Update to 8.14.
Date: Mon, 15 Mar 2021 08:46:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7bd5a643032e04fd662a1b2f24730c8121545681
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 15 13:41:48 2021 +0100

    gnu: r-forecast: Update to 8.14.
    
    * gnu/packages/cran.scm (r-forecast): Update to 8.14.
---
 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 bf02a8f..39db6a0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21892,14 +21892,14 @@ Raftery, Appl.Statistics, 1989); it includes 
inference and basic methods.")
 (define-public r-forecast
   (package
     (name "r-forecast")
-    (version "8.13")
+    (version "8.14")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "forecast" version))
        (sha256
         (base32
-         "0vrql5d4v28890np2m6ws1nr1fcl6frs1bz74vfkihkixcmkl3j9"))))
+         "12bfw029xb1dndcjyn2r7a51i7hnkkbdilp69k97sz2v8b7v1y3s"))))
     (properties `((upstream-name . "forecast")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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