me
/
guix
Archived
1
0
Fork 0

gnu: r-biased-urn: Update to 2.0.10.

* gnu/packages/statistics.scm (r-biased-urn): Update to 2.0.10.
master
Ricardo Wurmus 2023-06-03 08:32:03 +02:00
parent 79b52c60e9
commit da71721db1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4507,14 +4507,14 @@ data behind them) can be viewed and modified in a web browser.")
(define-public r-biased-urn
(package
(name "r-biased-urn")
(version "2.0.9")
(version "2.0.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "BiasedUrn" version))
(sha256
(base32
"02bb81x1hfvhm6qlcvp88bdpm1fhqak9cjbqz1r7fhg2qfxjpims"))))
"0jv0zvz1zs34h12zdgn3lqmn7hfkk2z6fkwbd9mlyddf34rkvfqv"))))
(properties `((upstream-name . "BiasedUrn")))
(build-system r-build-system)
(home-page "https://www.agner.org/random/")