guix-commits
[Top][All Lists]
Advanced

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

167/214: gnu: r-stringfish: Update to 0.15.7.


From: guix-commits
Subject: 167/214: gnu: r-stringfish: Update to 0.15.7.
Date: Sat, 28 May 2022 04:37:52 -0400 (EDT)

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

commit 12922526bc0dcca5d1e2af2985fddf550300508d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:53 2022 +0200

    gnu: r-stringfish: Update to 0.15.7.
    
    * gnu/packages/cran.scm (r-stringfish): Update to 0.15.7.
---
 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 b3cf5d1c6a..e34f91ec83 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31633,14 +31633,14 @@ the @code{raster} package that is suitable for 
extracting raster values using
 (define-public r-stringfish
   (package
     (name "r-stringfish")
-    (version "0.15.5")
+    (version "0.15.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "stringfish" version))
        (sha256
         (base32
-         "0ac17wl0fcpmipbvhhg5nyccg055671fnlxvnjd5l3kilx313wlx"))))
+         "0ddpsi7z0kzqgbq9y646pk9afclq0r7ak22zsdh0i93ni0x71c9l"))))
     (properties `((upstream-name . "stringfish")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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