mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-iterators: Update to 1.0.13.
* gnu/packages/statistics.scm (r-iterators): Update to 1.0.13.
This commit is contained in:
parent
84031ee8c1
commit
8d7adab7fd
1 changed files with 2 additions and 2 deletions
|
@ -3080,14 +3080,14 @@ standard R subsetting and Kronecker products.")
|
|||
(define-public r-iterators
|
||||
(package
|
||||
(name "r-iterators")
|
||||
(version "1.0.12")
|
||||
(version "1.0.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "iterators" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jwzxaa3jm1xzgfv5pn0xqkk7rhm0xwvgn85w7xaw8xx1vb33gwn"))))
|
||||
"190i1y2493v5c9z8978rb3idlwsjymy67k1assa9znljqbj313kp"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/iterators")
|
||||
(synopsis "Iterator construct for R")
|
||||
|
|
Loading…
Reference in a new issue