mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: r-randtoolbox: Update to 2.0.0.
* gnu/packages/cran.scm (r-randtoolbox): Update to 2.0.0. [native-inputs]: Remove gfortran.
This commit is contained in:
parent
d26d9d82eb
commit
45b991e7e1
1 changed files with 2 additions and 4 deletions
|
@ -21906,20 +21906,18 @@ (define-public r-rnmf
|
||||||
(define-public r-randtoolbox
|
(define-public r-randtoolbox
|
||||||
(package
|
(package
|
||||||
(name "r-randtoolbox")
|
(name "r-randtoolbox")
|
||||||
(version "1.31.1")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "randtoolbox" version))
|
(uri (cran-uri "randtoolbox" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b9vjzqg014hxp1vfb62m01d7xim5vmpbyxzlbll49bqas0jx69h"))))
|
"005x2igljc6vm0nsmkld9aqjqz1ccwapc8z3aw5c3ivh4n2bghf9"))))
|
||||||
(properties `((upstream-name . "randtoolbox")))
|
(properties `((upstream-name . "randtoolbox")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-rngwell))
|
(list r-rngwell))
|
||||||
(native-inputs
|
|
||||||
(list gfortran))
|
|
||||||
(home-page "https://cran.r-project.org/web/packages/randtoolbox/")
|
(home-page "https://cran.r-project.org/web/packages/randtoolbox/")
|
||||||
(synopsis "Toolbox for pseudo and quasi random number generation")
|
(synopsis "Toolbox for pseudo and quasi random number generation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue