diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-08-22 17:53:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-08-24 12:28:11 +0200 |
commit | 18a887b767c3958e358bc3e78373f64840eb12ad (patch) | |
tree | 86b9fc21ebd47739c2670224d131330259c856fc | |
parent | 36a506586be2609e2c6f1b652966701aa4bd7be8 (diff) | |
download | guix-18a887b767c3958e358bc3e78373f64840eb12ad.tar.gz guix-18a887b767c3958e358bc3e78373f64840eb12ad.zip |
gnu: r-textplot: Update to 0.2.0.
* gnu/packages/cran.scm (r-textplot): Update to 0.2.0.
-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 c780da78b5..6a8e3f06db 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -29715,14 +29715,14 @@ quantitative real-time polymerase chain reaction (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 |