me
/
guix
Archived
1
0
Fork 0

gnu: r-lamw: Update to 2.2.4.

* gnu/packages/cran.scm (r-lamw): Update to 2.2.4.

Change-Id: Ia9637d8dac4beb633bd99766fcfbcfa61c3224dd
master
Ricardo Wurmus 2024-07-02 14:58:34 +02:00
parent 10e0845e0f
commit f922788656
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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