mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-textplot: Update to 0.2.0.
* gnu/packages/cran.scm (r-textplot): Update to 0.2.0.
This commit is contained in:
parent
36a506586b
commit
18a887b767
1 changed files with 2 additions and 2 deletions
|
@ -29715,14 +29715,14 @@ (define-public r-qpcr
|
|||
(define-public r-textplot
|
||||
(package
|
||||
(name "r-textplot")
|
||||
(version "0.1.4")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "textplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sgkndy2cxk8c76h8hwajn6f78w5jj2n8vsmaxh9kj931crzn8cy"))))
|
||||
"1fhnwbcgkliq71lry21762djhlbap1qg4mgil0np46aa6619l21m"))))
|
||||
(properties `((upstream-name . "textplot")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue