mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -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
|
||||
(package
|
||||
(name "r-puniform")
|
||||
(version "0.2.4")
|
||||
(version "0.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "puniform" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v2977y9cwjx74xk0ig745g09wn7nrcsrg4f6v315sglsm18iaa8"))))
|
||||
"1zw8qbqnyhyvzrw6izrqgnmbawcqg2jdhcb8lxs1rd8y7cn4v4wj"))))
|
||||
(properties `((upstream-name . "puniform")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue