guix-commits
[Top][All Lists]
Advanced

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

126/174: gnu: r-rcpparmadillo: Update to 0.12.4.1.0.


From: guix-commits
Subject: 126/174: gnu: r-rcpparmadillo: Update to 0.12.4.1.0.
Date: Wed, 12 Jul 2023 08:32:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7cb71cb2fba86b554c9c25abefa818327b4d712c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:32 2023 +0200

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



reply via email to

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