diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-31 18:43:46 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:22 +0200 |
| commit | 3cfe4ff81493e0875a714807433a449da49b0123 (patch) | |
| tree | e2876a058a726fd4de129b685c0dc08ca8896060 /gnu | |
| parent | bc68c3ab949ee1b0c1db3bf35b94121a5f283ed1 (diff) | |
gnu: r-tkrplot: Update to 0.0-32.
* gnu/packages/cran.scm (r-tkrplot): Update to 0.0-32.
Change-Id: I029cfc8187ca6e4a820aa5031f8096b4badb7161
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 181f206c1c0..e8ae0a44b5d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13477,13 +13477,13 @@ indexed series, which are compatible with FAME frequencies.") (define-public r-tkrplot (package (name "r-tkrplot") - (version "0.0-30") + (version "0.0-32") (source (origin (method url-fetch) (uri (cran-uri "tkrplot" version)) (sha256 - (base32 "1qfb5jiajlfa6y5hr4qwmv11fh3w0pfwdm3mrv9gw0j13xx9jv6c")))) + (base32 "1avpshwgs16qk7a59qbjripjys46fnda69qjcc7hv2bvv0g5jym3")))) (properties '((upstream-name . "tkrplot") (updater-extra-inputs . ("libx11")))) |
