mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-float: Update to 0.2-6.
* gnu/packages/cran.scm (r-float): Update to 0.2-6.
This commit is contained in:
parent
c7a427d966
commit
84816b5633
1 changed files with 2 additions and 2 deletions
|
@ -18605,14 +18605,14 @@ (define-public r-mlapi
|
|||
(define-public r-float
|
||||
(package
|
||||
(name "r-float")
|
||||
(version "0.2-4")
|
||||
(version "0.2-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "float" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wf1dfybgbhvh9sa5z41xkh8liwp5n9gyydfq2mpg6bag0r457z1"))))
|
||||
"1bx5yxkb123001v31jjk7h7f0qissmjydvbil5cj3jvmqkayq1a1"))))
|
||||
(properties `((upstream-name . "float")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue