gnu: r-ggplot2: Update to 3.3.6.
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.3.6.
This commit is contained in:
parent
e4178aceb9
commit
3bdc46b1f3
1 changed files with 2 additions and 2 deletions
|
@ -1228,13 +1228,13 @@ using just two functions: melt and dcast (or acast).")
|
||||||
(define-public r-ggplot2
|
(define-public r-ggplot2
|
||||||
(package
|
(package
|
||||||
(name "r-ggplot2")
|
(name "r-ggplot2")
|
||||||
(version "3.3.5")
|
(version "3.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggplot2" version))
|
(uri (cran-uri "ggplot2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1si46bf9p09qzs208hqffwcb40305p361whmwhc1pwrsmx7jjxdh"))))
|
(base32 "1aa377jdfajj8ld2fh159y8havlibsr4pjisf6mkzk8g5awlxjxz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-digest
|
(list r-digest
|
||||||
|
|
Reference in a new issue