rekado pushed a commit to branch master
in repository guix.

commit cd8f98ff44a65925d2763ffc8f6585f7b747782a
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Sun May 18 11:32:06 2025 +0200

    gnu: r-doby: Update to 4.6.27.
    
    * gnu/packages/cran.scm (r-doby): Update to 4.6.27.
    
    Change-Id: I2a37f689bc68efecbee5de3d45a54ad1f1315b7d
---
 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 6d33999476..db8e83a807 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25300,14 +25300,14 @@ the work.")
 (define-public r-doby
   (package
     (name "r-doby")
-    (version "4.6.26")
+    (version "4.6.27")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "doBy" version))
        (sha256
         (base32
-         "0dpsg3dyvhc4wa4gapw06dl4hs5d9pr633gskr5r5xkbijaxqx75"))))
+         "1gb0907dd7n9i1k83dcljfiwxk4hcqzjw41qgwdw7pbklc6yhxg1"))))
     (properties `((upstream-name . "doBy")))
     (build-system r-build-system)
     (propagated-inputs

Reply via email to