guix-commits
[Top][All Lists]
Advanced

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

35/46: gnu: r-textshape: Update to 1.7.3.


From: guix-commits
Subject: 35/46: gnu: r-textshape: Update to 1.7.3.
Date: Wed, 2 Jun 2021 11:27:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 72e8eabc3a7dff5b1bd9251ad936bdc42d2b1953
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 2 17:23:07 2021 +0200

    gnu: r-textshape: Update to 1.7.3.
    
    * gnu/packages/cran.scm (r-textshape): Update to 1.7.3.
---
 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 bedc011..ab21707 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28377,14 +28377,14 @@ in same length matches).")
 (define-public r-textshape
   (package
     (name "r-textshape")
-    (version "1.7.1")
+    (version "1.7.3")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "textshape" version))
         (sha256
           (base32
-            "02111kj3kka84mpx7s19bjna9cas8diw5fxz51v5ggz0ldswa5pa"))))
+            "0k9injxykgj2qprc7dygd7gafvcbh3r9x84qzaa1al21pk0dz7ds"))))
     (properties `((upstream-name . "textshape")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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