guix-commits
[Top][All Lists]
Advanced

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

49/80: gnu: r-textplot: Update to 0.2.0.


From: guix-commits
Subject: 49/80: gnu: r-textplot: Update to 0.2.0.
Date: Tue, 24 Aug 2021 06:31:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 18a887b767c3958e358bc3e78373f64840eb12ad
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]