guix-commits
[Top][All Lists]
Advanced

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

47/98: gnu: r-styler: Update to 1.10.2.


From: guix-commits
Subject: 47/98: gnu: r-styler: Update to 1.10.2.
Date: Wed, 13 Sep 2023 18:06:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ae07546906b23cf1a570e73456e372b0909588a6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:10 2023 +0200

    gnu: r-styler: Update to 1.10.2.
    
    * gnu/packages/cran.scm (r-styler): Update to 1.10.2.
---
 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 8f749f9dae..2a8316c81b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24724,14 +24724,14 @@ batch correction, and data correction.")
 (define-public r-styler
   (package
     (name "r-styler")
-    (version "1.10.1")
+    (version "1.10.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "styler" version))
        (sha256
         (base32
-         "0rswg2habyk38hcx0gn9hnvb200bq0dc4fy4k3gqhfhwjq9l7a1b"))))
+         "043v9xwm72jqrrzzmjgrkf34lncjnn69650ks72z7rjb1wqmbh56"))))
     (build-system r-build-system)
     ;; This is needed by R.cache.
     (arguments



reply via email to

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