gnu: r-partitions: Update to 1.10-7.
* gnu/packages/cran.scm (r-partitions): Update to 1.10-7. [propagated-inputs]: Add r-rdpack.
parent
bfbdad67d5
commit
05c7e55339
|
@ -17523,17 +17523,17 @@ customizable sets, and intervals.")
|
||||||
(define-public r-partitions
|
(define-public r-partitions
|
||||||
(package
|
(package
|
||||||
(name "r-partitions")
|
(name "r-partitions")
|
||||||
(version "1.10-4")
|
(version "1.10-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "partitions" version))
|
(uri (cran-uri "partitions" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ik7cj2yfybx4v847nvnjrbkd0k66pfqqv6lkygfnlrldi0r205i"))))
|
"1kxiy1wl7dr39kyfg2y9hd67s32knd83r2jsb7j9p3vg8iqq7yqb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-gmp r-mathjaxr r-polynom r-sets))
|
(list r-gmp r-mathjaxr r-polynom r-rdpack r-sets))
|
||||||
(home-page "https://cran.r-project.org/web/packages/partitions")
|
(home-page "https://cran.r-project.org/web/packages/partitions")
|
||||||
(synopsis "Additive partitions of integers")
|
(synopsis "Additive partitions of integers")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue