guix-commits
[Top][All Lists]
Advanced

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

75/89: gnu: r-showtextdb: Update to 3.0.


From: guix-commits
Subject: 75/89: gnu: r-showtextdb: Update to 3.0.
Date: Thu, 11 Jun 2020 11:04:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8957a336f7bd5811b97ce98fc20d7c80179a5c78
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:13:06 2020 +0200

    gnu: r-showtextdb: Update to 3.0.
    
    * gnu/packages/cran.scm (r-showtextdb): Update to 3.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 c1a8b72..167572c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16935,14 +16935,14 @@ into R, in order to support other packages.")
 (define-public r-showtextdb
   (package
     (name "r-showtextdb")
-    (version "2.0")
+    (version "3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "showtextdb" version))
        (sha256
         (base32
-         "1qwwj9x2jvadvwn60h75k99c9xi7yhqjsgaakahz5paxgj583bsh"))))
+         "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
     (properties `((upstream-name . "showtextdb")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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