gnu: r-biasedurn: Update to 2.0.10.
* gnu/packages/cran.scm (r-biasedurn): Update to 2.0.10.
This commit is contained in:
parent
e0e8974176
commit
1a9d42ad1e
1 changed files with 2 additions and 2 deletions
|
@ -12771,14 +12771,14 @@ contains or can be specified by the user.")
|
||||||
(define-public r-biasedurn
|
(define-public r-biasedurn
|
||||||
(package
|
(package
|
||||||
(name "r-biasedurn")
|
(name "r-biasedurn")
|
||||||
(version "2.0.9")
|
(version "2.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "BiasedUrn" version))
|
(uri (cran-uri "BiasedUrn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02bb81x1hfvhm6qlcvp88bdpm1fhqak9cjbqz1r7fhg2qfxjpims"))))
|
"0jv0zvz1zs34h12zdgn3lqmn7hfkk2z6fkwbd9mlyddf34rkvfqv"))))
|
||||||
(properties `((upstream-name . "BiasedUrn")))
|
(properties `((upstream-name . "BiasedUrn")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
|
(home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
|
||||||
|
|
Reference in a new issue