diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:08 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:58 +0100 |
| commit | e9b79d130b4bc21c45940cdf986a3549cd19c5ab (patch) | |
| tree | 24832e68d3bfa021a5fdf97b5d80ad9e92b62d4b /gnu | |
| parent | 76b8876c8c058900d2fb5ec9eed2fd2eb0b6772d (diff) | |
gnu: r-svdialogs: Update to 1.1.2.
* gnu/packages/cran.scm (r-svdialogs): Update to 1.1.2.
Change-Id: Idbee4f3f4316330cb924e6c4ce801159e5cbfb32
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 4a7193b131..e93c681e91 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -27959,13 +27959,13 @@ calls to the particular toolkits in use in function of the context.") (define-public r-svdialogs (package (name "r-svdialogs") - (version "1.1.1") + (version "1.1.2") (source (origin (method url-fetch) (uri (cran-uri "svDialogs" version)) (sha256 - (base32 "07b7rmvkbc0g7vhxzc387qgxnny33r2jxbxmad4wg92ip0sfg447")))) + (base32 "1p8n7wrcfjkwp2vr2l1x1r774v840wx4yzmidv7rcz1wzvdpczl1")))) (properties `((upstream-name . "svDialogs"))) (build-system r-build-system) (inputs |
