aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-16 15:44:17 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-17 01:01:59 +0200
commit9a2ac95d7623f083420ceb27d034a79b2e739b58 (patch)
tree8fa2d1bc9ba9486e676c182fadf1796b2a3a1ce4
parentf3afef52f6638f5759b5ae94850ed0d9840761c4 (diff)
downloadguix-9a2ac95d7623f083420ceb27d034a79b2e739b58.tar
guix-9a2ac95d7623f083420ceb27d034a79b2e739b58.tar.gz
gnu: r-desolve: Update to 1.21.
* gnu/packages/maths.scm (r-desolve): Update to 1.21.
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 2e6f79ad55..c1ef67f3de 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3889,14 +3889,14 @@ are noisy or are discontinuous at the solution.")
(define-public r-desolve
(package
(name "r-desolve")
- (version "1.20")
+ (version "1.21")
(source
(origin
(method url-fetch)
(uri (cran-uri "deSolve" version))
(sha256
(base32
- "18nx3maww979a8p8ly4hv63y65mnjx8vbj2fpipd6rhcbf1lbsan"))))
+ "0qqc4mknw1jblzcmph1dg3k1p6w42yal0k1xjh8pqk7yb3a75hs5"))))
(properties `((upstream-name . "deSolve")))
(build-system r-build-system)
(native-inputs