mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-puniform: Update to 0.2.6.
* gnu/packages/statistics.scm (r-puniform): Update to 0.2.6.
This commit is contained in:
parent
a450a5aafa
commit
ed58e991f5
1 changed files with 2 additions and 2 deletions
|
@ -6921,14 +6921,14 @@ (define-public r-clubsandwich
|
||||||
(define-public r-puniform
|
(define-public r-puniform
|
||||||
(package
|
(package
|
||||||
(name "r-puniform")
|
(name "r-puniform")
|
||||||
(version "0.2.5")
|
(version "0.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "puniform" version))
|
(uri (cran-uri "puniform" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zw8qbqnyhyvzrw6izrqgnmbawcqg2jdhcb8lxs1rd8y7cn4v4wj"))))
|
"1rfd7d14an28hba1rhldxn418qagnlk8ngvimb86i3774ll9blvi"))))
|
||||||
(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