guix-commits
[Top][All Lists]
Advanced

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

74/76: gnu: r-rcpparmadillo: Update to 0.12.4.0.0.


From: guix-commits
Subject: 74/76: gnu: r-rcpparmadillo: Update to 0.12.4.0.0.
Date: Wed, 31 May 2023 12:22:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e2bc0cb1b43ff546af57f7389301740487811ded
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 31 12:15:26 2023 +0200

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



reply via email to

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