mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-futile-options: Update to 1.0.1.
* gnu/packages/statistics.scm (r-futile-options): Update to 1.0.1.
This commit is contained in:
parent
4184649940
commit
30d76d442a
1 changed files with 2 additions and 2 deletions
|
@ -2854,13 +2854,13 @@ (define-public r-lambda-r
|
|||
(define-public r-futile-options
|
||||
(package
|
||||
(name "r-futile-options")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "futile.options" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hp82h6xqq5cck67h7lpf22n3j7mg3v1mla5y5ivnzrrb7iyr17f"))))
|
||||
"0w15agpi88y3qkv6fl72zy2pzyplzgvnj41a4ixhg64mw1sck73s"))))
|
||||
(properties
|
||||
`((upstream-name . "futile.options")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue