mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-ggpmisc: Update to 0.4.6.
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.4.6.
This commit is contained in:
parent
c63d9495ab
commit
df9bd7785d
1 changed files with 2 additions and 2 deletions
|
@ -894,13 +894,13 @@ (define-public r-lmodel2
|
|||
(define-public r-ggpmisc
|
||||
(package
|
||||
(name "r-ggpmisc")
|
||||
(version "0.4.5")
|
||||
(version "0.4.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggpmisc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"036y3zhl9ndj5wlqy2nkp95vi7pjfpvf63ndsigramzad0fz0c98"))))
|
||||
"1iq39rx4nj1lf37hnj4df0c7gbk9374d0mzcnhdr7aqpxaxgs3ys"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-dplyr
|
||||
|
|
Loading…
Reference in a new issue