mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: r-distillery: Update to 1.0-6.
* gnu/packages/cran.scm (r-distillery): Update to 1.0-6.
This commit is contained in:
parent
b15c5c0ef9
commit
5686da7608
1 changed files with 2 additions and 2 deletions
|
@ -1905,14 +1905,14 @@ (define-public r-lmoments
|
|||
(define-public r-distillery
|
||||
(package
|
||||
(name "r-distillery")
|
||||
(version "1.0-4")
|
||||
(version "1.0-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "distillery" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1m0pgmlvk7bsb6q3kxagnq422babk61sf73naavac68v8x2q8fix"))))
|
||||
"1mi3ig9jq0kd7yrwc5m37lmrw04p1b4lirnbsxi10z3n5yay4429"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.ral.ucar.edu/staff/ericg")
|
||||
(synopsis "Functions for confidence intervals and object information")
|
||||
|
|
Loading…
Reference in a new issue