~ruther/guix-local

e44daed7e05565c35e5a78d271f37a666acb320c — Ricardo Wurmus 2 months ago cc8314b
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 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/")