mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-cowplot: Update to 1.1.3.
* gnu/packages/statistics.scm (r-cowplot): Update to 1.1.3. Change-Id: I06bc9f67a9911ef927d31f7d33b4e59c2f25e02b
This commit is contained in:
parent
d63c2ee69e
commit
ed64ab4c9a
1 changed files with 2 additions and 2 deletions
|
@ -5399,14 +5399,14 @@ (define-public r-compquadform
|
|||
(define-public r-cowplot
|
||||
(package
|
||||
(name "r-cowplot")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cowplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ppsg3rbqz9a16zq87izdj5w8ylb6jb6v13xb01k7m3n2h4mv4f6"))))
|
||||
"0wxjynpbamyimpms7psbac7xgwswzlidczpc037q20y5yld9fml7"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-gtable r-rlang r-scales))
|
||||
|
|
Loading…
Reference in a new issue