gnu: r-rootsolve: Update to 1.8.2.2.

* gnu/packages/cran.scm (r-rootsolve): Update to 1.8.2.2.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:15 +02:00
parent 666795c501
commit 603f174555
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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