guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: r-desolve: Update to 1.25.


From: guix-commits
Subject: 02/07: gnu: r-desolve: Update to 1.25.
Date: Fri, 22 Nov 2019 20:01:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3db9cbf67645caca8cd9ef4a921603751084c483
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 23 01:50:24 2019 +0100

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

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 32608ea..29a1bfd 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4408,14 +4408,13 @@ are noisy or are discontinuous at the solution.")
 (define-public r-desolve
   (package
     (name "r-desolve")
-    (version "1.24")
+    (version "1.25")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "deSolve" version))
         (sha256
-         (base32
-          "0hkvspq0fp8j64l9zayab2l2nazazhwfgfym0jllh0xv5a12r99s"))))
+         (base32 "0735y3p5glhqx69rzrc8qgmvs7p7w0p98qxmvylb6bgqp6kp0cbp"))))
     (properties `((upstream-name . "deSolve")))
     (build-system r-build-system)
     (native-inputs



reply via email to

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