mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-float: Update to 0.2-6.1.
* gnu/packages/cran.scm (r-float): Update to 0.2-6.1.
This commit is contained in:
parent
15970c6e21
commit
03800a95b0
1 changed files with 2 additions and 2 deletions
|
@ -18954,14 +18954,14 @@ (define-public r-mlapi
|
|||
(define-public r-float
|
||||
(package
|
||||
(name "r-float")
|
||||
(version "0.2-6")
|
||||
(version "0.2-6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "float" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bx5yxkb123001v31jjk7h7f0qissmjydvbil5cj3jvmqkayq1a1"))))
|
||||
"07b3zaccrybd1vail8hs4kmcn3djqmr72j63h01rkmij2ry8pv8d"))))
|
||||
(properties `((upstream-name . "float")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue