mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-sn: Update to 2.0.2.
* gnu/packages/statistics.scm (r-sn): Update to 2.0.2.
This commit is contained in:
parent
b3dbb32bb3
commit
bec806e2fc
1 changed files with 2 additions and 2 deletions
|
@ -5768,14 +5768,14 @@ (define-public r-numderiv
|
|||
(define-public r-sn
|
||||
(package
|
||||
(name "r-sn")
|
||||
(version "2.0.1")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z58kwvq8igjm3biyyjdlhs2qq8hfjq5d9x0lzy80yk5hw08kcw6"))))
|
||||
"140p1pl5sq0laxhcm16kbqm986hlhqj90gj3jccga491gh14jywm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-mnormt r-numderiv r-quantreg))
|
||||
|
|
Loading…
Reference in a new issue