mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-ggpmisc: Update to 0.3.7.
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.3.7.
This commit is contained in:
parent
17fa0953a8
commit
9bf316fcaf
1 changed files with 2 additions and 2 deletions
|
@ -362,13 +362,13 @@ (define-public r-ggalluvial
|
|||
(define-public r-ggpmisc
|
||||
(package
|
||||
(name "r-ggpmisc")
|
||||
(version "0.3.6")
|
||||
(version "0.3.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggpmisc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05i81q9rg8zf35vgcxhn3yhkc9dlvcpwpxncq1q3zs0rxhfkf208"))))
|
||||
"121s6c9k4fn3rcz2myc1kxczllq2826c8zllaii58q8lica7dsyn"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-broom" ,r-broom)
|
||||
|
|
Loading…
Reference in a new issue