me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-txtplot): Update to 1.0-4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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")