me
/
guix
Archived
1
0
Fork 0

gnu: r-lamw: Update to 2.2.1.

* gnu/packages/cran.scm (r-lamw): Update to 2.2.1.
master
Ricardo Wurmus 2023-10-05 13:34:43 +02:00
parent 50f7b875a9
commit e234cecc9e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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