me
/
guix
Archived
1
0
Fork 0

gnu: r-mlapi: Update to 0.1.1.

* gnu/packages/cran.scm (r-mlapi): Update to 0.1.1.
master
Ricardo Wurmus 2022-05-28 08:30:36 +02:00
parent ee8c5112c9
commit 3aa01ca69f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19379,14 +19379,14 @@ regular expressions from human readable expressions")
(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