summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-23 01:50:24 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-23 02:00:40 +0100
commit3db9cbf67645caca8cd9ef4a921603751084c483 (patch)
treeac609e16d4169ce1c77dc00f31fbd654bddd22c0 /gnu/packages/maths.scm
parent33ac190105ff9780f016a45d5284afc755d8a7c4 (diff)
downloadpatches-3db9cbf67645caca8cd9ef4a921603751084c483.tar
patches-3db9cbf67645caca8cd9ef4a921603751084c483.tar.gz
gnu: r-desolve: Update to 1.25.
* gnu/packages/maths.scm (r-desolve): Update to 1.25.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 32608ea2ff..29a1bfd768 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