mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-ibreakdown: Update to 1.3.1.
* gnu/packages/cran.scm (r-ibreakdown): Update to 1.3.1.
This commit is contained in:
parent
a2989498a7
commit
606dd761ac
1 changed files with 2 additions and 2 deletions
|
@ -15812,14 +15812,14 @@ (define-public r-ingredients
|
|||
(define-public r-ibreakdown
|
||||
(package
|
||||
(name "r-ibreakdown")
|
||||
(version "1.2.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "iBreakDown" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y4zjpyn8j76jrs5phjzs5lfq3lqjspmrwcksqv9wq0rbdgh14vk"))))
|
||||
"1bfl5bh0x6z5a0cmdmx68sap9zdxa3kwdnyk57csxapc362yz108"))))
|
||||
(properties `((upstream-name . "iBreakDown")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
|
||||
|
|
Loading…
Reference in a new issue