gnu: r-pan: Update to 1.6.
* gnu/packages/cran.scm (r-pan): Update to 1.6.
This commit is contained in:
parent
e7630cc931
commit
a7265593d3
|
@ -2062,14 +2062,14 @@ impute compatibly with the substantive model.")
|
||||||
(define-public r-pan
|
(define-public r-pan
|
||||||
(package
|
(package
|
||||||
(name "r-pan")
|
(name "r-pan")
|
||||||
(version "1.4")
|
(version "1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pan" version))
|
(uri (cran-uri "pan" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p3nigmhrnlch86g89hn7l0wvkifx3k9n59g0psi95yck43kza76"))))
|
"1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs `(("gfortran" ,gfortran)))
|
(native-inputs `(("gfortran" ,gfortran)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/pan/")
|
(home-page "https://cran.r-project.org/web/packages/pan/")
|
||||||
|
|
Loading…
Reference in New Issue