1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-17 07:40:29 +02:00

gnu: r-sn: Update to 2.1.3.

* gnu/packages/cran.scm (r-sn): Update to 2.1.3.

Change-Id: I63feaf02d090b34dc8194560a348102305d760c4
This commit is contained in:
Ricardo Wurmus
2026-02-26 22:36:12 +01:00
committed by Andreas Enge
parent 2e93de38df
commit 3cc00473d4

View File

@@ -10424,14 +10424,14 @@ level p-values.")
(define-public r-sn
(package
(name "r-sn")
(version "2.1.2")
(version "2.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "sn" version))
(sha256
(base32
"0riyb3r38cy582c0ppd72s07jlzf375v1b9bqs2dsw6rfhzix01f"))))
"0632h7p8xw5hnn0a661880qbk3b3m7pxc793y43cv2nj0fnz2k8l"))))
(build-system r-build-system)
(propagated-inputs
(list r-mnormt r-numderiv r-quantreg))