guix-commits
[Top][All Lists]
Advanced

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

30/104: gnu: r-desolve: Update to 1.24.


From: guix-commits
Subject: 30/104: gnu: r-desolve: Update to 1.24.
Date: Tue, 6 Aug 2019 09:50:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d36430d274028c5d9b66240efa8b5db0e767a729
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 6 14:09:23 2019 +0200

    gnu: r-desolve: Update to 1.24.
    
    * gnu/packages/maths.scm (r-desolve): Update to 1.24.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b204b31..e3c7d9c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4333,14 +4333,14 @@ are noisy or are discontinuous at the solution.")
 (define-public r-desolve
   (package
     (name "r-desolve")
-    (version "1.21")
+    (version "1.24")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "deSolve" version))
         (sha256
          (base32
-          "0qqc4mknw1jblzcmph1dg3k1p6w42yal0k1xjh8pqk7yb3a75hs5"))))
+          "0hkvspq0fp8j64l9zayab2l2nazazhwfgfym0jllh0xv5a12r99s"))))
     (properties `((upstream-name . "deSolve")))
     (build-system r-build-system)
     (native-inputs



reply via email to

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