mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-ggside: Update to 0.3.0.
* gnu/packages/cran.scm (r-ggside): Update to 0.3.0. Change-Id: I656cae1ae4a08f767b5426b154670c2581853430
This commit is contained in:
parent
0422d6e98d
commit
16c239d5d8
1 changed files with 2 additions and 2 deletions
|
@ -2710,13 +2710,13 @@ (define-public r-ggpmisc
|
|||
(define-public r-ggside
|
||||
(package
|
||||
(name "r-ggside")
|
||||
(version "0.2.3")
|
||||
(version "0.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggside" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qj564rqxw8fn5h00wwmkvk6p3x60r64gpvxw9yrb5lvcykgsj8q"))))
|
||||
"0mx6j9wi54inklmyydcqm0ahbx0b6c6y4sfh2awqsbgwigc3056p"))))
|
||||
(properties `((upstream-name . "ggside")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue