gnu: r-leaps: Update to 3.2.
* gnu/packages/cran.scm (r-leaps): Update to 3.2. Change-Id: I4120c5eba8e9e9e30180c724989f9adae800b7a4master
parent
11ef7bdb64
commit
9c9427b1e7
|
@ -11993,14 +11993,14 @@ documents.")
|
||||||
(define-public r-leaps
|
(define-public r-leaps
|
||||||
(package
|
(package
|
||||||
(name "r-leaps")
|
(name "r-leaps")
|
||||||
(version "3.1")
|
(version "3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "leaps" version))
|
(uri (cran-uri "leaps" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
|
"1bbgm6l12gj1y28ks21awxphpmp07hb0ffiyrw7dqp3fcyxvxmm0"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list gfortran))
|
||||||
(home-page "https://cran.r-project.org/web/packages/leaps/")
|
(home-page "https://cran.r-project.org/web/packages/leaps/")
|
||||||
|
|
Reference in New Issue