gnu: r-ggplotify: Update to 0.1.1.
* gnu/packages/cran.scm (r-ggplotify): Update to 0.1.1.
This commit is contained in:
parent
5286885510
commit
78a7979cdb
1 changed files with 2 additions and 2 deletions
|
@ -22688,14 +22688,14 @@ (define-public r-yulab-utils
|
|||
(define-public r-ggplotify
|
||||
(package
|
||||
(name "r-ggplotify")
|
||||
(version "0.1.0")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggplotify" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12mk3fa8fdjxj7xxz21jkr7h91w5wdgwjqhszcz1qffwsgb773qp"))))
|
||||
"1x4fnsh66rxdd2k7w1mhs6if8i4qjjkfj5x1hf4zjpqqm8f5sf1k"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-gridgraphics r-yulab-utils))
|
||||
|
|
Loading…
Reference in a new issue