diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-26 12:25:10 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-26 12:34:10 +0100 |
commit | 16c239d5d8b948cca0717877fee5b5f4d55ffeaa (patch) | |
tree | 204a4919d89950809718f7864145e4b4bc79a6f8 | |
parent | 0422d6e98dcbd059799061bca8a9ebef57ee605a (diff) | |
download | guix-16c239d5d8b948cca0717877fee5b5f4d55ffeaa.tar.gz guix-16c239d5d8b948cca0717877fee5b5f4d55ffeaa.zip |
gnu: r-ggside: Update to 0.3.0.
* gnu/packages/cran.scm (r-ggside): Update to 0.3.0.
Change-Id: I656cae1ae4a08f767b5426b154670c2581853430
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6bece0bbe9..bad8a5d54d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2710,13 +2710,13 @@ respecting the grammar of its graphics paradigm.") (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 |