mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-ggpmisc: Update to 0.4.2-1.
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.4.2-1.
This commit is contained in:
parent
1a54a0b975
commit
1eee39454b
1 changed files with 2 additions and 2 deletions
|
@ -640,13 +640,13 @@ (define-public r-ggpp
|
|||
(define-public r-ggpmisc
|
||||
(package
|
||||
(name "r-ggpmisc")
|
||||
(version "0.4.2")
|
||||
(version "0.4.2-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggpmisc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ma0xcwjgj0sp9483s2y62ylv992dqjxqfgb3zl8f1pksypqdbac"))))
|
||||
"1jkxcmpxq3b5ng276adph25s5w9imjxr1lqasqw50d2kcdhq58cy"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-dplyr" ,r-dplyr)
|
||||
|
|
Loading…
Reference in a new issue