summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 19:41:54 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:27:18 +0100
commite44daed7e05565c35e5a78d271f37a666acb320c (patch)
treec166e60c6002d132d8e1109146841aa712faad8b /gnu
parentcc8314bd718a3eace51f65ff87bc51faf1b35acd (diff)
gnu: r-climatol: Update to 4.4-0.
* gnu/packages/cran.scm (r-climatol): Update to 4.4-0. Change-Id: I60905ae124016914058a80fc19ab260980226cdf Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6655450cc1..99cf7be195 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7758,13 +7758,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/")