mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-puniform: Update to 0.2.5.
* gnu/packages/statistics.scm (r-puniform): Update to 0.2.5.
This commit is contained in:
parent
7b23d24b89
commit
a12b85175b
1 changed files with 2 additions and 2 deletions
|
@ -6490,14 +6490,14 @@ (define-public r-clubsandwich
|
||||||
(define-public r-puniform
|
(define-public r-puniform
|
||||||
(package
|
(package
|
||||||
(name "r-puniform")
|
(name "r-puniform")
|
||||||
(version "0.2.4")
|
(version "0.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "puniform" version))
|
(uri (cran-uri "puniform" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v2977y9cwjx74xk0ig745g09wn7nrcsrg4f6v315sglsm18iaa8"))))
|
"1zw8qbqnyhyvzrw6izrqgnmbawcqg2jdhcb8lxs1rd8y7cn4v4wj"))))
|
||||||
(properties `((upstream-name . "puniform")))
|
(properties `((upstream-name . "puniform")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue