mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: r-insol: Update to 1.2.2.
* gnu/packages/cran.scm (r-insol): Update to 1.2.2.
This commit is contained in:
parent
11eb942f65
commit
9c055dd609
1 changed files with 2 additions and 2 deletions
|
@ -17902,14 +17902,14 @@ (define-public r-rgdal
|
||||||
(define-public r-insol
|
(define-public r-insol
|
||||||
(package
|
(package
|
||||||
(name "r-insol")
|
(name "r-insol")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "insol" version))
|
(uri (cran-uri "insol" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d2vqmbp94ff80mfkmq4a8y12r6ryym8hh1568ip9qbn7snc64v1"))))
|
"166kgxgzbh55y2qqya6c2si22x0v7asi70im054g6xxwc5187kh3"))))
|
||||||
(properties `((upstream-name . "insol")))
|
(properties `((upstream-name . "insol")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue