guix-commits
[Top][All Lists]
Advanced

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

01/21: gnu: r-rcppde: Update to 0.1.7.


From: guix-commits
Subject: 01/21: gnu: r-rcppde: Update to 0.1.7.
Date: Mon, 2 Jan 2023 09:07:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b45d08641bf25ba4a9e258864a0f7d3acb489306
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 2 14:59:58 2023 +0100

    gnu: r-rcppde: Update to 0.1.7.
    
    * gnu/packages/cran.scm (r-rcppde): Update to 0.1.7.
---
 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 e8119e4794..ec6e9d4f73 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4720,13 +4720,13 @@ and Francois (2011, JSS), and the book by Eddelbuettel 
(2013, Springer); see
 (define-public r-rcppde
   (package
     (name "r-rcppde")
-    (version "0.1.6")
+    (version "0.1.7")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "RcppDE" version))
               (sha256
                (base32
-                "1i9jj595nqpb16y22z2b8fcf0gq1fg0pbiisbd837p1cyw4nff69"))))
+                "1846pl9gxikycdvwfgy1gw41z0fx4ycjp5p4295v8k2pgvlqw8sa"))))
     (properties `((upstream-name . "RcppDE")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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