mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-mlapi: Update to 0.1.1.
* gnu/packages/cran.scm (r-mlapi): Update to 0.1.1.
This commit is contained in:
parent
ee8c5112c9
commit
3aa01ca69f
1 changed files with 2 additions and 2 deletions
|
@ -19379,14 +19379,14 @@ (define-public r-rex
|
|||
(define-public r-mlapi
|
||||
(package
|
||||
(name "r-mlapi")
|
||||
(version "0.1.0")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlapi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"023vk5bp8cjcq88sapkl87kdxr92bay1dyxl6xirnyj699pyj51k"))))
|
||||
"1qyiii6x9b89i4pd4yi2zd23aabpmnpj18gqi5va0zy0l8r7kknr"))))
|
||||
(properties `((upstream-name . "mlapi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue