guix-commits
[Top][All Lists]
Advanced

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

63/158: gnu: r-doby: Update to 4.6.18.


From: guix-commits
Subject: 63/158: gnu: r-doby: Update to 4.6.18.
Date: Mon, 28 Aug 2023 11:11:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6a16467f7547c9751659fc70bd859466625c3d68
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:24 2023 +0200

    gnu: r-doby: Update to 4.6.18.
    
    * gnu/packages/cran.scm (r-doby): Update to 4.6.18.
---
 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 79b5411976..4176ae5b99 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13715,14 +13715,14 @@ the work.")
 (define-public r-doby
   (package
     (name "r-doby")
-    (version "4.6.17")
+    (version "4.6.18")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "doBy" version))
        (sha256
         (base32
-         "02jb1z19rsmbvzwapgfx7m8lfnlcx9dqf6gkr9fmgcl77d5992n5"))))
+         "19g60s7d8a444mg24b50bs56fvwbwjv44fylvib2q1c6rjx3wxrz"))))
     (properties `((upstream-name . "doBy")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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