guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

48/58: gnu: r-textplot: Update to 0.2.0.


From: guix-commits
Subject: 48/58: gnu: r-textplot: Update to 0.2.0.
Date: Mon, 23 Aug 2021 05:52:21 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit a4ae24162edabfe8c1aeeeb69709988dd0c685fb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:33 2021 +0200

    gnu: r-textplot: Update to 0.2.0.
    
    * gnu/packages/cran.scm (r-textplot): Update to 0.2.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c780da7..6a8e3f0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]