mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-ffbase: Update to 0.12.8.
* gnu/packages/cran.scm (r-ffbase): Update to 0.12.8.
This commit is contained in:
parent
cabdfeab76
commit
1c7a4952ff
1 changed files with 2 additions and 2 deletions
|
@ -2010,14 +2010,14 @@ (define-public r-ff
|
|||
(define-public r-ffbase
|
||||
(package
|
||||
(name "r-ffbase")
|
||||
(version "0.12.7")
|
||||
(version "0.12.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ffbase" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04kxx2f3f0743c5nvpb7x1x0pcd220dazpd5ag1pidxbz3xa85nw"))))
|
||||
"0mjk7dkq1ginqqfvngzny747ggf9a8fd7kblq96n5ys1jrwjyqhq"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bit" ,r-bit)
|
||||
|
|
Loading…
Reference in a new issue