diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-14 16:08:06 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-14 16:41:00 +0200 |
commit | cee6e12acfbdc346d5dd61202669cfc0831cbe59 (patch) | |
tree | 1836cb636086c510e348f282f636d1fce5f580be /gnu | |
parent | 72db4e234d9d54bb763623fa92e826be163aff0f (diff) | |
download | patches-cee6e12acfbdc346d5dd61202669cfc0831cbe59.tar patches-cee6e12acfbdc346d5dd61202669cfc0831cbe59.tar.gz |
gnu: r-txtplot: Update to 1.0-4.
* gnu/packages/cran.scm (r-txtplot): Update to 1.0-4.
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 8befcc83da..9a63ffae0c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16203,14 +16203,14 @@ are noisy or are discontinuous at the solution.") (define-public r-txtplot (package (name "r-txtplot") - (version "1.0-3") + (version "1.0-4") (source (origin (method url-fetch) (uri (cran-uri "txtplot" version)) (sha256 (base32 - "1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h")))) + "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4")))) (build-system r-build-system) (home-page "https://cran.r-project.org/web/packages/txtplot/") (synopsis "Text-based plotting") |