guix-commits
[Top][All Lists]
Advanced

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

18/98: gnu: r-rcppnumerical: Update to 0.6-0.


From: guix-commits
Subject: 18/98: gnu: r-rcppnumerical: Update to 0.6-0.
Date: Wed, 13 Sep 2023 18:06:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d0928fe95caaf4cc2ebc30646d4b9d9bd10a85d6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:06 2023 +0200

    gnu: r-rcppnumerical: Update to 0.6-0.
    
    * gnu/packages/cran.scm (r-rcppnumerical): Update to 0.6-0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5952062fba..41265e26d1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5938,13 +5938,13 @@ safely be interrupted from R.")
 (define-public r-rcppnumerical
   (package
     (name "r-rcppnumerical")
-    (version "0.5-0")
+    (version "0.6-0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "RcppNumerical" version))
               (sha256
                (base32
-                "15hb08vwdvjrhzq1pyalv3qv946jnlk0w77nn654zcmmsns2fqar"))))
+                "11nph9fz1bzb0pcvh6xx4cb94090ahwpj21zmbi06m4pibb1a1rg"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-rcpp r-rcppeigen))



reply via email to

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