guix-commits
[Top][All Lists]
Advanced

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

46/50: gnu: r-rcpparmadillo: Update to 0.12.8.1.0.


From: guix-commits
Subject: 46/50: gnu: r-rcpparmadillo: Update to 0.12.8.1.0.
Date: Wed, 6 Mar 2024 03:43:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 91be2002491430198b344f33d8dba05e642c543a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:38:33 2024 +0100

    gnu: r-rcpparmadillo: Update to 0.12.8.1.0.
    
    * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.8.1.0.
    
    Change-Id: Ic0e678dadd5fcbbea3b0edda60a6bc465bdbe98c
---
 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 c9b7f6f284..4c7e68b909 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3179,13 +3179,13 @@ well as additional utilities such as panel and axis 
annotation functions.")
 (define-public r-rcpparmadillo
   (package
     (name "r-rcpparmadillo")
-    (version "0.12.8.0.0")
+    (version "0.12.8.1.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "RcppArmadillo" version))
               (sha256
                (base32
-                "0pkn4334dh4k6hqfx4xln2nfvajyxdbfnfddajb8875il0f7kp0x"))))
+                "0ax4812dm33c67ckd902qabis3dgqmpkchk4s30bshnfv4fxx1z2"))))
     (properties `((upstream-name . "RcppArmadillo")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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