mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-paradox: Update to 1.0.1.
* gnu/packages/cran.scm (r-paradox): Update to 1.0.1. Change-Id: I58921bef024757df01d87538cdc326800f39d1cf
This commit is contained in:
parent
1c24e6754c
commit
3436fbead6
1 changed files with 2 additions and 2 deletions
|
@ -38911,13 +38911,13 @@ (define-public r-mlr3viz
|
|||
(define-public r-paradox
|
||||
(package
|
||||
(name "r-paradox")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "paradox" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lll3sjyn0hmxfzg71zk53f3fddibvq7762ax7gxjgiy6zgi9mny"))))
|
||||
"120ll8xrdg9s7ip0053m0i83gshxh3n79spsfwv6dzjwsj3mmpkj"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports r-checkmate r-data-table r-mlr3misc r-r6))
|
||||
|
|
Loading…
Reference in a new issue