Archived
1
0
Fork 0

gnu: r-lhs: Update to 1.1.6.

* gnu/packages/cran.scm (r-lhs): Update to 1.1.6.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:26 +01:00
parent 8b367602f8
commit eddf2dbb25
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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