gnu: r-float: Update to 0.3-2.

* gnu/packages/cran.scm (r-float): Update to 0.3-2.

Change-Id: I313dab67837edbfe4fb1226fdda47c9f7f57952b
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:17:00 +01:00
parent cd322357f5
commit 7481f0092d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -25133,14 +25133,14 @@ industry for machine learning tasks.")
(define-public r-float
(package
(name "r-float")
(version "0.3-1")
(version "0.3-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "float" version))
(sha256
(base32
"0fzb9warfnb7h1krrf2hrxjp3lmpff7sln0r2718iqlhwam9v1zm"))))
"149affr0swb1vqnhkzm5lr4knfsh78ygswy123j1qj823zbhsfi3"))))
(properties `((upstream-name . "float")))
(build-system r-build-system)
(native-inputs