guix-commits
[Top][All Lists]
Advanced

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

79/174: gnu: r-styler: Update to 1.10.1.


From: guix-commits
Subject: 79/174: gnu: r-styler: Update to 1.10.1.
Date: Tue, 11 Jul 2023 14:48:24 -0400 (EDT)

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

commit d4288d85327ec1fcef65da3bd65ab53875447a45
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:27 2023 +0200

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



reply via email to

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