diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-01 20:44:50 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-03 21:07:27 +0000 |
commit | b8cd476693df80acf79e3ebb25a3d757bc2e3148 (patch) | |
tree | 04a07fdc5a0ed0fe975061bf37aac0ce316646a0 /gnu/packages/cran.scm | |
parent | b774be8a60f9c9705f612c5a7b405cef78845a04 (diff) |
gnu: r-textplot: Update to 0.2.1.
* gnu/packages/cran.scm (r-textplot): Update to 0.2.1.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6e5b89a230..95504b8b29 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -30413,14 +30413,14 @@ quantitative real-time polymerase chain reaction (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 |