mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-txtplot: Update to 1.0-4.
* gnu/packages/cran.scm (r-txtplot): Update to 1.0-4.
This commit is contained in:
parent
72db4e234d
commit
cee6e12acf
1 changed files with 2 additions and 2 deletions
|
@ -16203,14 +16203,14 @@ (define-public r-subplex
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue