mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-climatol: Update to 4.0.0.
* gnu/packages/cran.scm (r-climatol): Update to 4.0.0. [propagated-inputs]: Remove r-mapdata and r-maps.
This commit is contained in:
parent
b1880c7759
commit
cf0453d1d5
1 changed files with 2 additions and 3 deletions
|
@ -1579,16 +1579,15 @@ (define-public r-climaemet
|
|||
(define-public r-climatol
|
||||
(package
|
||||
(name "r-climatol")
|
||||
(version "3.1.2")
|
||||
(version "4.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "climatol" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p3nk4n7izj0cmmqd9apa1gix5lfdzp08ydy0n7rkl5kbkmrkb6n"))))
|
||||
"0hz5j9wg3c2bd2v4q0mv01v7wwd6v650fbcvrl4zqxd9w55kmggs"))))
|
||||
(properties `((upstream-name . "climatol")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-mapdata r-maps))
|
||||
(home-page "http://www.climatol.eu/")
|
||||
(synopsis "Climate tools")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue