guix-commits
[Top][All Lists]
Advanced

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

73/114: gnu: r-posterior: Update to 1.1.0.


From: guix-commits
Subject: 73/114: gnu: r-posterior: Update to 1.1.0.
Date: Wed, 29 Sep 2021 13:22:24 -0400 (EDT)

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

commit 73d347a1834ee0325d25e213ae0341a48dfa8c71
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:30 2021 +0200

    gnu: r-posterior: Update to 1.1.0.
    
    * gnu/packages/cran.scm (r-posterior): Update to 1.1.0.
    [propagated-inputs]: Add r-matrixstats.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 749449f..e6155e7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25871,20 +25871,21 @@ including means, variances, intervals, and highest 
density regions.")
 (define-public r-posterior
   (package
     (name "r-posterior")
-    (version "1.0.1")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "posterior" version))
        (sha256
         (base32
-         "000k2sih7r89nmw3nwndx5jljcvkyr61b96mdkqrw83rs74lnh6f"))))
+         "1lpldkkkxv94dr30q5wb5qr61qrgp9shqnskgwriigy1phnjdxpg"))))
     (properties `((upstream-name . "posterior")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-abind" ,r-abind)
        ("r-checkmate" ,r-checkmate)
        ("r-distributional" ,r-distributional)
+       ("r-matrixstats" ,r-matrixstats)
        ("r-pillar" ,r-pillar)
        ("r-rlang" ,r-rlang)
        ("r-tensora" ,r-tensora)



reply via email to

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