me
/
guix
Archived
1
0
Fork 0

gnu: r-sn: Update to 2.1.0.

* gnu/packages/statistics.scm (r-sn): Update to 2.1.0.
master
Ricardo Wurmus 2022-09-20 10:53:38 +02:00
parent 48e46212c5
commit 16c2f27750
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5779,14 +5779,14 @@ first and second order derivatives.")
(define-public r-sn
(package
(name "r-sn")
(version "2.0.2")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "sn" version))
(sha256
(base32
"140p1pl5sq0laxhcm16kbqm986hlhqj90gj3jccga491gh14jywm"))))
"12s4g9rfrnijdil7bqw66ikj5k3w6bdnz6fsgqsp0bkfsap9nps9"))))
(build-system r-build-system)
(propagated-inputs
(list r-mnormt r-numderiv r-quantreg))