[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
- branch master updated (19b85d0 -> b93a329), guix-commits, 2019/11/22
- 03/07: gnu: r-quadprog: Update to 1.5-8., guix-commits, 2019/11/22
- 05/07: gnu: r-vgam: Update to 1.1-2., guix-commits, 2019/11/22
- 01/07: gnu: r-selectr: Update to 0.4-2., guix-commits, 2019/11/22
- 02/07: gnu: r-desolve: Update to 1.25.,
guix-commits <=
- 07/07: gnu: r-biocmanager: Update to 1.30.10., guix-commits, 2019/11/22
- 06/07: gnu: r-roxygen2: Update to 7.0.1., guix-commits, 2019/11/22
- 04/07: gnu: r-glmnet: Update to 3.0-1., guix-commits, 2019/11/22