gnu: r-rootsolve: Update to 1.8.1.

* gnu/packages/cran.scm (r-rootsolve): Update to 1.8.1.
This commit is contained in:
Ricardo Wurmus 2019-11-14 08:20:00 +01:00
parent 56b88f6c8d
commit aa3d1dca60
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6709,14 +6709,14 @@ (define-public r-proc
(define-public r-rootsolve
(package
(name "r-rootsolve")
(version "1.7")
(version "1.8.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rootSolve" version))
(sha256
(base32
"08ic6ggcc5dw4nv9xsqkm3vnvswmxyhnqnv1rdjv1h2gy1ivpcq8"))))
"0skrspq7sd7gaq73w91km14v8znc8chncgy64hvjgcng2xw15phx"))))
(properties `((upstream-name . "rootSolve")))
(build-system r-build-system)
(native-inputs `(("gfortran" ,gfortran)))