guix-commits
[Top][All Lists]
Advanced

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

22/27: gnu: r-strex: Update to 1.6.1.


From: guix-commits
Subject: 22/27: gnu: r-strex: Update to 1.6.1.
Date: Tue, 31 Oct 2023 16:58:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4f4ab05dc48c5675c42bd7a504bf5bdee139f0bb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 31 17:15:12 2023 +0100

    gnu: r-strex: Update to 1.6.1.
    
    * gnu/packages/cran.scm (r-strex): Update to 1.6.1.
    
    Change-Id: Id37ef19901a3548128816e2677148405b5845297
---
 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 69dcd3bd10..3a43251628 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37530,13 +37530,13 @@ user streams, and to parse the output into data 
frames.")
 (define-public r-strex
   (package
     (name "r-strex")
-    (version "1.6.0")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "strex" version))
               (sha256
                (base32
-                "1fxg07n8cjvvgpbzqhyx5ma5bv6vax1yw0rbfdqfzr79v6k5x3n7"))))
+                "1vz5zrvf052bg2y48yvkci4hciknvyw5gpbvnklgyny5lzlqvyiq"))))
     (properties `((upstream-name . "strex")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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