mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-ibreakdown: Update to 2.0.1.
* gnu/packages/cran.scm (r-ibreakdown): Update to 2.0.1.
This commit is contained in:
parent
8c1e07a266
commit
3dc2e7b082
1 changed files with 2 additions and 2 deletions
|
@ -17644,14 +17644,14 @@ (define-public r-ingredients
|
||||||
(define-public r-ibreakdown
|
(define-public r-ibreakdown
|
||||||
(package
|
(package
|
||||||
(name "r-ibreakdown")
|
(name "r-ibreakdown")
|
||||||
(version "1.3.1")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "iBreakDown" version))
|
(uri (cran-uri "iBreakDown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bfl5bh0x6z5a0cmdmx68sap9zdxa3kwdnyk57csxapc362yz108"))))
|
"00jzrndb3ahsv6ihp2pvs732n9cc944m83vdinrl9v1pxd82prkh"))))
|
||||||
(properties `((upstream-name . "iBreakDown")))
|
(properties `((upstream-name . "iBreakDown")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
|
(propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
|
||||||
|
|
Loading…
Reference in a new issue