gnu: r-rootsolve: Update to 1.8.2.3.

* gnu/packages/cran.scm (r-rootsolve): Update to 1.8.2.3.
This commit is contained in:
Ricardo Wurmus 2021-11-01 17:52:21 +00:00
parent 1dc2e808f3
commit 942bb482f1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9369,14 +9369,14 @@ (define-public r-proc
(define-public r-rootsolve
(package
(name "r-rootsolve")
(version "1.8.2.2")
(version "1.8.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "rootSolve" version))
(sha256
(base32
"1p7nh09g2815vqpvi6c5vvjshkwjn00nx5d3gdyjs304q5312q0a"))))
"182bb727sgqi5f3pzmw8jnn328wdjrgj9lfvg49gv8s22rjd3cxm"))))
(properties `((upstream-name . "rootSolve")))
(build-system r-build-system)
(native-inputs `(("gfortran" ,gfortran)))