guix-commits
[Top][All Lists]
Advanced

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

199/212: gnu: r-rcpparmadillo: Update to 0.11.4.3.1.


From: guix-commits
Subject: 199/212: gnu: r-rcpparmadillo: Update to 0.11.4.3.1.
Date: Sat, 18 Feb 2023 14:01:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f2200fe732999ac60248ac4a8f39dd13fe0ce20f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:09:09 2023 +0100

    gnu: r-rcpparmadillo: Update to 0.11.4.3.1.
    
    * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.11.4.3.1.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 27b4c898aa..85f0d7d045 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2760,13 +2760,13 @@ well as additional utilities such as panel and axis 
annotation functions.")
 (define-public r-rcpparmadillo
   (package
     (name "r-rcpparmadillo")
-    (version "0.11.4.2.1")
+    (version "0.11.4.3.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "RcppArmadillo" version))
               (sha256
                (base32
-                "172vz9j1hck6iwk56hgsrg91n4f11df1n6hy1crbv3cb53rkyjgn"))))
+                "0pk14pv3q3ykdj8pcgj3z1mkfiw9lbn5ny01hydc0mx98yj4lc2w"))))
     (properties `((upstream-name . "RcppArmadillo")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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