guix-commits
[Top][All Lists]
Advanced

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

68/214: gnu: r-tmb: Update to 1.9.0.


From: guix-commits
Subject: 68/214: gnu: r-tmb: Update to 1.9.0.
Date: Sat, 28 May 2022 04:37:28 -0400 (EDT)

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

commit d8742ad2537ca12f26150e3c58e0151e602c7880
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:25 2022 +0200

    gnu: r-tmb: Update to 1.9.0.
    
    * gnu/packages/cran.scm (r-tmb): Update to 1.9.0.
---
 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 92ed530c6e..6aca05a5b4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12226,14 +12226,14 @@ Bayesian modeling.")
 (define-public r-tmb
   (package
     (name "r-tmb")
-    (version "1.8.1")
+    (version "1.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "TMB" version))
        (sha256
         (base32
-         "1hzvvx1g5nkmiqwzihj8nir48k7idbw1jvb14ldjk9rsikgpywdl"))))
+         "1mr5vwamw6ag1fhd83jyy6015296908qwshwq0fcphhiv60x579c"))))
     (properties `((upstream-name . "TMB")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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