gnu: r-scattermore: Update to 0.8.
* gnu/packages/cran.scm (r-scattermore): Update to 0.8.
This commit is contained in:
parent
4b7368f12f
commit
ece2ba8c57
1 changed files with 2 additions and 2 deletions
|
@ -28801,14 +28801,14 @@ as allowing spectra with different resolutions.")
|
||||||
(define-public r-scattermore
|
(define-public r-scattermore
|
||||||
(package
|
(package
|
||||||
(name "r-scattermore")
|
(name "r-scattermore")
|
||||||
(version "0.7")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "scattermore" version))
|
(uri (cran-uri "scattermore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18nzlprmphkvjg946h10h2qq0wbkmv2526p8di6k2xl4gccq0qpk"))))
|
"1rgqm7r1k7j3h2y4i6d1a2y8fzivfcbmr7dj9d367c0w4vc77pfv"))))
|
||||||
(properties `((upstream-name . "scattermore")))
|
(properties `((upstream-name . "scattermore")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue