me
/
guix
Archived
1
0
Fork 0

gnu: r-lhs: Update to 1.2.0.

* gnu/packages/cran.scm (r-lhs): Update to 1.2.0.

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

View File

@ -29584,14 +29584,14 @@ See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
(define-public r-lhs
(package
(name "r-lhs")
(version "1.1.6")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "lhs" version))
(sha256
(base32
"0gyjdic714pqvq2jv1v0vh7hl9s83sg2zxx2gdkp38z6xx2cwzz3"))))
"0907icg9bl7h8a7wr8a60f59b8y89qj9rx1f7vxiybrjdcy7fjvb"))))
(properties `((upstream-name . "lhs")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))