diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-12-03 22:37:07 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:20 +0100 |
| commit | 09de77c8246ca9f7ab02968f23654580d7b2e60f (patch) | |
| tree | 8242b769b87015a8afc7c701bb705e0313dcb17b /gnu | |
| parent | 2db7ef3b22789dce4db98a63b47c3bfcf7b647f2 (diff) | |
gnu: r-globaloptions: Update to 0.1.3.
* gnu/packages/cran.scm (r-globaloptions): Update to 0.1.3.
Change-Id: Ib9ad8093e4957ca4b194cfc4cdae4f4a6bb6fc15
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -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 d5dbd594cf..b02008aebb 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16265,13 +16265,13 @@ ellipses, circles, cylinders, arrows, ...") (define-public r-globaloptions (package (name "r-globaloptions") - (version "0.1.2") + (version "0.1.3") (source (origin (method url-fetch) (uri (cran-uri "GlobalOptions" version)) (sha256 - (base32 "0gkm77w6db9ajyncy1xdcivplap06a51zi99m009kylccschd2a7")))) + (base32 "03z6wswc5al1fhy7is8jgs48yx6glbrxffikyanlvwifj1r30d8c")))) (properties `((upstream-name . "GlobalOptions"))) (build-system r-build-system) (native-inputs |
