mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-ggplotify: Update to 0.1.0.
* gnu/packages/cran.scm (r-ggplotify): Update to 0.1.0.
This commit is contained in:
parent
b9a4d9e4d1
commit
9c620bdabf
1 changed files with 2 additions and 2 deletions
|
@ -17590,14 +17590,14 @@ (define-public r-yulab-utils
|
|||
(define-public r-ggplotify
|
||||
(package
|
||||
(name "r-ggplotify")
|
||||
(version "0.0.9")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggplotify" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1irm8pmf20bfl2djr591jfs7g8l7vw2673ri76pimz3285l74bp0"))))
|
||||
"12mk3fa8fdjxj7xxz21jkr7h91w5wdgwjqhszcz1qffwsgb773qp"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue