guix-commits
[Top][All Lists]
Advanced

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

43/96: gnu: r-tweedie: Update to 2.3.3.


From: guix-commits
Subject: 43/96: gnu: r-tweedie: Update to 2.3.3.
Date: Wed, 10 Feb 2021 19:06:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 712e49c760a88fc8b1e6f140056e6cf54a95ea0a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:54:15 2021 +0100

    gnu: r-tweedie: Update to 2.3.3.
    
    * gnu/packages/cran.scm (r-tweedie): Update to 2.3.3.
---
 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 750af5c..7a79837 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10680,14 +10680,14 @@ algorithms, clusterings, and individual clusters.")
 (define-public r-tweedie
   (package
     (name "r-tweedie")
-    (version "2.3.2")
+    (version "2.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tweedie" version))
        (sha256
         (base32
-         "10fv998qjxsyx0h94fi0xbh6xbf24nwgh254n9zfnmix9vk2cqls"))))
+         "1nfhaqblvm62j8gfkyrgba5ai0pb2fsnrxp63637mhys2bawlcm0"))))
     (build-system r-build-system)
     (native-inputs `(("gfortran" ,gfortran)))
     (home-page "https://cran.r-project.org/web/packages/tweedie/";)



reply via email to

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