mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-desolve: Update to 1.40.
* gnu/packages/cran.scm (r-desolve): Update to 1.40. Change-Id: I574c8928b66ef7042b24d00581e1ea73e3215571
This commit is contained in:
parent
c68de2cdf5
commit
e975c2e8c8
1 changed files with 2 additions and 2 deletions
|
@ -27016,13 +27016,13 @@ (define-public r-quadprog
|
||||||
(define-public r-desolve
|
(define-public r-desolve
|
||||||
(package
|
(package
|
||||||
(name "r-desolve")
|
(name "r-desolve")
|
||||||
(version "1.38")
|
(version "1.40")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "deSolve" version))
|
(uri (cran-uri "deSolve" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sc933g0jx25b7fm5bl6is95mn4fn1sf8cgb6qzhlmmf8rfgxd50"))))
|
(base32 "1vq0yli1pkk3z92x1jgm4z19zwwhnwqdxvj4k2dmcnw7nrmsw2cc"))))
|
||||||
(properties `((upstream-name . "deSolve")))
|
(properties `((upstream-name . "deSolve")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue