me
/
guix
Archived
1
0
Fork 0

gnu: r-lamw: Update to 2.2.0.

* gnu/packages/cran.scm (r-lamw): Update to 2.2.0.
Ricardo Wurmus 2023-08-28 14:16:17 +02:00
parent b6ce76e12b
commit 57bd8718a8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6717,13 +6717,13 @@ do-it-yourself toolkit allows users to define their own Lambert W x
(define-public r-lamw
(package
(name "r-lamw")
(version "2.1.2")
(version "2.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "lamW" version))
(sha256
(base32
"15lvm1wwylym32wcxqnjamci91zby86if6v2zd3g4pf0vr736v90"))))
"0xa05375swa49n579ljwscsgqfi7ivcfzc4smwfw8k1anym0pmg9"))))
(properties `((upstream-name . "lamW")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp r-rcppparallel))