gnu: r-climatol: Update to 4.1.0.

* gnu/packages/cran.scm (r-climatol): Update to 4.1.0.

Change-Id: I649180ec4739ad4f8bdb30dd4e29ab283b484788
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:01 +01:00
parent 23f9f566fb
commit 9a5c6742ff
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2202,13 +2202,13 @@ climatograms, etc.).")
(define-public r-climatol
(package
(name "r-climatol")
(version "4.0.0")
(version "4.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "climatol" version))
(sha256
(base32
"0hz5j9wg3c2bd2v4q0mv01v7wwd6v650fbcvrl4zqxd9w55kmggs"))))
"10znkynipb852y0j4kb16bhm4lcxdn5wy7vfx9ibcdwr06pv6kg7"))))
(properties `((upstream-name . "climatol")))
(build-system r-build-system)
(home-page "http://www.climatol.eu/")