guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 8093098fc31860d08a9b78bffb879b6ec6e0ff79
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:41:54 2026 +0100

    gnu: r-climatol: Update to 4.4-0.
    
    * gnu/packages/cran.scm (r-climatol): Update to 4.4-0.
    
    Change-Id: I60905ae124016914058a80fc19ab260980226cdf
---
 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 be85ff19ad..a4380d7be6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7756,13 +7756,13 @@ climatograms, etc.).")
 (define-public r-climatol
   (package
     (name "r-climatol")
-    (version "4.3-0")
+    (version "4.4-0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "climatol" version))
               (sha256
                (base32
-                "075418y4jv1zmxi8ih49yyfkpwqa9jqd3y3g7p5pjqpfcdpfpja7"))))
+                "01c0y4pwfcdfc7n3f23xwy8f01wfmc6j1dpcb3b0wszlyn30wcl4"))))
     (properties `((upstream-name . "climatol")))
     (build-system r-build-system)
     (home-page "http://www.climatol.eu/";)

Reply via email to