guix-commits
[Top][All Lists]
Advanced

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

107/116: gnu: r-rcpparmadillo: Update to 0.10.7.3.0.


From: guix-commits
Subject: 107/116: gnu: r-rcpparmadillo: Update to 0.10.7.3.0.
Date: Wed, 24 Nov 2021 06:17:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b288e1f446bd30bf3059b9a15ec99434aaeb9ea9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:40 2021 +0100

    gnu: r-rcpparmadillo: Update to 0.10.7.3.0.
    
    * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.10.7.3.0.
---
 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 5c278a7..d2a69ec 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2650,13 +2650,13 @@ well as additional utilities such as panel and axis 
annotation functions.")
 (define-public r-rcpparmadillo
   (package
     (name "r-rcpparmadillo")
-    (version "0.10.7.0.0")
+    (version "0.10.7.3.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "RcppArmadillo" version))
               (sha256
                (base32
-                "1x35xb5yfslsdpaz9msl5p9f7gilnbkhwvq7pbycwasvkp2fma01"))))
+                "0qk25x8naci76fqcd8jkv8gnba6sj61vkv9yf8498fwff1kvf41p"))))
     (properties `((upstream-name . "RcppArmadillo")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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