mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-textplot: Update to 0.2.1.
* gnu/packages/cran.scm (r-textplot): Update to 0.2.1.
This commit is contained in:
parent
b774be8a60
commit
b8cd476693
1 changed files with 2 additions and 2 deletions
|
@ -30413,14 +30413,14 @@ (define-public r-qpcr
|
|||
(define-public r-textplot
|
||||
(package
|
||||
(name "r-textplot")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "textplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fhnwbcgkliq71lry21762djhlbap1qg4mgil0np46aa6619l21m"))))
|
||||
"10nxh9axhy6kyp6f3rz7smq08yl35ydx9jx47bs7i0bmcl2kwxvl"))))
|
||||
(properties `((upstream-name . "textplot")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue