mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-biased-urn: Update to 2.0.12.
* gnu/packages/statistics.scm (r-biased-urn): Update to 2.0.12. Change-Id: Ie54c35847a3e593ee1986aac46f704be44097b99
This commit is contained in:
parent
c06e3df65a
commit
98e8c728ed
1 changed files with 2 additions and 2 deletions
|
@ -4813,14 +4813,14 @@ (define-public r-plotly
|
|||
(define-public r-biased-urn
|
||||
(package
|
||||
(name "r-biased-urn")
|
||||
(version "2.0.11")
|
||||
(version "2.0.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BiasedUrn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dvmkrdmhfh4swilyxf10y856kx0zf9sj1gc0g62bm6r5jhz35b2"))))
|
||||
"14jpijms81pgl4zyqrhwwdfj0jmlmml21blspvin8lqw8fbbbcr9"))))
|
||||
(properties `((upstream-name . "BiasedUrn")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://www.agner.org/random/")
|
||||
|
|
Loading…
Reference in a new issue