mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-biased-urn: Update to 2.0.9.
* gnu/packages/statistics.scm (r-biased-urn): Update to 2.0.9.
This commit is contained in:
parent
84469cdfd3
commit
9ec3a27132
1 changed files with 2 additions and 2 deletions
|
@ -4466,14 +4466,14 @@ (define-public r-plotly
|
|||
(define-public r-biased-urn
|
||||
(package
|
||||
(name "r-biased-urn")
|
||||
(version "2.0.8")
|
||||
(version "2.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BiasedUrn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mmq8zf52p6y76nqm0fcvvg8bdlrfl12mlfr9fznz9zvm26pypi0"))))
|
||||
"02bb81x1hfvhm6qlcvp88bdpm1fhqak9cjbqz1r7fhg2qfxjpims"))))
|
||||
(properties `((upstream-name . "BiasedUrn")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://www.agner.org/random/")
|
||||
|
|
Loading…
Reference in a new issue