me
/
guix
Archived
1
0
Fork 0

gnu: r-rootsolve: Update to 1.8.2.4.

* gnu/packages/cran.scm (r-rootsolve): Update to 1.8.2.4.
master
Ricardo Wurmus 2023-10-05 13:34:46 +02:00
parent d3751cac6d
commit f9e8fdcbfe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13903,14 +13903,14 @@ bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
(define-public r-rootsolve
(package
(name "r-rootsolve")
(version "1.8.2.3")
(version "1.8.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "rootSolve" version))
(sha256
(base32
"182bb727sgqi5f3pzmw8jnn328wdjrgj9lfvg49gv8s22rjd3cxm"))))
"0p9qmn82bg0ks9hmh2dkygnzhxcnp5z8z8b8aq52w6clliz32sp1"))))
(properties `((upstream-name . "rootSolve")))
(build-system r-build-system)
(native-inputs (list gfortran))