gnu: r-txtplot: Update to 1.0-4.

* gnu/packages/cran.scm (r-txtplot): Update to 1.0-4.
This commit is contained in:
Ricardo Wurmus 2020-04-14 16:08:06 +02:00
parent 72db4e234d
commit cee6e12acf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16203,14 +16203,14 @@ (define-public r-subplex
(define-public r-txtplot (define-public r-txtplot
(package (package
(name "r-txtplot") (name "r-txtplot")
(version "1.0-3") (version "1.0-4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "txtplot" version)) (uri (cran-uri "txtplot" version))
(sha256 (sha256
(base32 (base32
"1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h")))) "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/txtplot/") (home-page "https://cran.r-project.org/web/packages/txtplot/")
(synopsis "Text-based plotting") (synopsis "Text-based plotting")