guix-commits
[Top][All Lists]
Advanced

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

30/42: gnu: r-txtplot: Update to 1.0-4.


From: guix-commits
Subject: 30/42: gnu: r-txtplot: Update to 1.0-4.
Date: Tue, 14 Apr 2020 10:44:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cee6e12acfbdc346d5dd61202669cfc0831cbe59
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 16:08:06 2020 +0200

    gnu: r-txtplot: Update to 1.0-4.
    
    * gnu/packages/cran.scm (r-txtplot): Update to 1.0-4.
---
 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 8befcc8..9a63ffa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16203,14 +16203,14 @@ are noisy or are discontinuous at the solution.")
 (define-public r-txtplot
   (package
     (name "r-txtplot")
-    (version "1.0-3")
+    (version "1.0-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "txtplot" version))
        (sha256
         (base32
-         "1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h"))))
+         "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/txtplot/";)
     (synopsis "Text-based plotting")



reply via email to

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