mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-float: Update to 0.3-0.
* gnu/packages/cran.scm (r-float): Update to 0.3-0.
This commit is contained in:
parent
e8bc5d3770
commit
1db9ca7bbc
1 changed files with 2 additions and 2 deletions
|
@ -19217,14 +19217,14 @@ (define-public r-mlapi
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue