mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-ggside: Update to 0.3.1.
* gnu/packages/cran.scm (r-ggside): Update to 0.3.1. Change-Id: I9c48c262672fc3621a037f3d8082549acd61cb8a
This commit is contained in:
parent
2f8a48f928
commit
d0a2b433f3
1 changed files with 2 additions and 2 deletions
|
@ -2709,13 +2709,13 @@ (define-public r-ggpmisc
|
|||
(define-public r-ggside
|
||||
(package
|
||||
(name "r-ggside")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggside" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mx6j9wi54inklmyydcqm0ahbx0b6c6y4sfh2awqsbgwigc3056p"))))
|
||||
"1r36hsnha9bqzfb3rhpj11zg307wzacnkn4i6hi627xrx4knj5cl"))))
|
||||
(properties `((upstream-name . "ggside")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue