guix-commits
[Top][All Lists]
Advanced

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

78/211: gnu: r-tweedie: Update to 2.3.5.


From: guix-commits
Subject: 78/211: gnu: r-tweedie: Update to 2.3.5.
Date: Tue, 20 Sep 2022 06:24:19 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit eb7b6a81b023921f10333542b7a230c571df3110
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:02 2022 +0200

    gnu: r-tweedie: Update to 2.3.5.
    
    * gnu/packages/cran.scm (r-tweedie): Update to 2.3.5.
---
 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 07d0cd4957..882458424c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13705,14 +13705,14 @@ algorithms, clusterings, and individual clusters.")
 (define-public r-tweedie
   (package
     (name "r-tweedie")
-    (version "2.3.3")
+    (version "2.3.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tweedie" version))
        (sha256
         (base32
-         "1nfhaqblvm62j8gfkyrgba5ai0pb2fsnrxp63637mhys2bawlcm0"))))
+         "0ghwggdx6d391m7nay9n5li2xjqh3kmw416xx130sy2sxrgp8g4q"))))
     (build-system r-build-system)
     (native-inputs (list gfortran))
     (home-page "https://cran.r-project.org/web/packages/tweedie/";)



reply via email to

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