mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
23f9f566fb
commit
9a5c6742ff
1 changed files with 2 additions and 2 deletions
|
@ -2202,13 +2202,13 @@ (define-public r-climaemet
|
|||
(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/")
|
||||
|
|
Loading…
Reference in a new issue