guix-commits
[Top][All Lists]
Advanced

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

78/224: gnu: r-tmb: Update to 1.9.13.


From: guix-commits
Subject: 78/224: gnu: r-tmb: Update to 1.9.13.
Date: Wed, 17 Jul 2024 03:11:13 -0400 (EDT)

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

commit 2316f51681c8eaf2ceb0eb4b749ede38826d711a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:40 2024 +0200

    gnu: r-tmb: Update to 1.9.13.
    
    * gnu/packages/cran.scm (r-tmb): Update to 1.9.13.
    
    Change-Id: I11f1165702c22bfb730efda52a9055af51d7118f
---
 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 83d535607d..836ef04dbd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18071,14 +18071,14 @@ Bayesian modeling.")
 (define-public r-tmb
   (package
     (name "r-tmb")
-    (version "1.9.11")
+    (version "1.9.13")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "TMB" version))
        (sha256
         (base32
-         "07z9565rn64k3ysvcgq6s792qg1v102gd9in5ifigm140zc4l45j"))))
+         "0yr9xnl57cgw1q210iip5fxbgqd6pswiw0kgwf23v3glkadqq4gb"))))
     (properties `((upstream-name . "TMB")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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