gnu: r-float: Update to 0.3-0.
* gnu/packages/cran.scm (r-float): Update to 0.3-0.master
parent
e8bc5d3770
commit
1db9ca7bbc
|
@ -19217,14 +19217,14 @@ industry for machine learning tasks.")
|
||||||
(define-public r-float
|
(define-public r-float
|
||||||
(package
|
(package
|
||||||
(name "r-float")
|
(name "r-float")
|
||||||
(version "0.2-6.1")
|
(version "0.3-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "float" version))
|
(uri (cran-uri "float" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07b3zaccrybd1vail8hs4kmcn3djqmr72j63h01rkmij2ry8pv8d"))))
|
"0m7bf3548vlgkk1c78jyrgj72ngwg0gsccap2iqinm3l3qrm4zbs"))))
|
||||||
(properties `((upstream-name . "float")))
|
(properties `((upstream-name . "float")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue