guix-commits
[Top][All Lists]
Advanced

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

98/122: gnu: r-textplot: Update to 0.2.2.


From: guix-commits
Subject: 98/122: gnu: r-textplot: Update to 0.2.2.
Date: Wed, 10 Aug 2022 07:52:07 -0400 (EDT)

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

commit fe9d9b386b6a8b266dbe6f27f720a96cde7e885a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:20:15 2022 +0200

    gnu: r-textplot: Update to 0.2.2.
    
    * gnu/packages/cran.scm (r-textplot): Update to 0.2.2.
---
 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 9c90786816..cedb90c71e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31817,14 +31817,14 @@ quantitative real-time polymerase chain reaction 
(qPCR).")
 (define-public r-textplot
   (package
     (name "r-textplot")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "textplot" version))
         (sha256
           (base32
-            "10nxh9axhy6kyp6f3rz7smq08yl35ydx9jx47bs7i0bmcl2kwxvl"))))
+            "1ag2h365zsx0fxbl05s2yfhf1q13p40akvbqg4qwsb5ynh2a56bf"))))
     (properties `((upstream-name . "textplot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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