mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-distillery: Update to 1.2.
* gnu/packages/cran.scm (r-distillery): Update to 1.2.
This commit is contained in:
parent
bd69b54a55
commit
07cb317173
1 changed files with 2 additions and 2 deletions
|
@ -2945,14 +2945,14 @@ (define-public r-lmoments
|
||||||
(define-public r-distillery
|
(define-public r-distillery
|
||||||
(package
|
(package
|
||||||
(name "r-distillery")
|
(name "r-distillery")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "distillery" version))
|
(uri (cran-uri "distillery" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15qhvhg6wmvlxrvvw70sk8pv76z5pd04vyasgczvxa0599ih7bzh"))))
|
"10nhh9p0hp294pp4aav0y0zsmir2qbn05sf3k52rmzmm36q2kc8y"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://ral.ucar.edu/staff/ericg/")
|
(home-page "https://ral.ucar.edu/staff/ericg/")
|
||||||
(synopsis "Functions for confidence intervals and object information")
|
(synopsis "Functions for confidence intervals and object information")
|
||||||
|
|
Loading…
Reference in a new issue