mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-lhs: Update to 1.1.3.
* gnu/packages/cran.scm (r-lhs): Update to 1.1.3.
This commit is contained in:
parent
57a4d34e17
commit
37b5ddc05c
1 changed files with 2 additions and 2 deletions
|
@ -21185,14 +21185,14 @@ (define-public r-randtoolbox
|
|||
(define-public r-lhs
|
||||
(package
|
||||
(name "r-lhs")
|
||||
(version "1.1.1")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lhs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p4h03qlijs2a59wfd4rlvdlb9i87pw2zm8xsjd6yzz8vlm9yglh"))))
|
||||
"1l861h76q5w0nbnbybhgg7hiw7fks677jakyd49n1whwvd48sfz4"))))
|
||||
(properties `((upstream-name . "lhs")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
||||
|
|
Loading…
Reference in a new issue