gnu: r-sp: Update to 1.5-1.
* gnu/packages/cran.scm (r-sp): Update to 1.5-1.
This commit is contained in:
parent
87baeadf54
commit
1ae323b02c
1 changed files with 2 additions and 2 deletions
|
@ -5167,13 +5167,13 @@ most popular ones.")
|
||||||
(define-public r-sp
|
(define-public r-sp
|
||||||
(package
|
(package
|
||||||
(name "r-sp")
|
(name "r-sp")
|
||||||
(version "1.5-0")
|
(version "1.5-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sp" version))
|
(uri (cran-uri "sp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "077q1wh9ihhcn1338xspnd90hy16ljxsav1xcrxdxj4fyynhd6lk"))))
|
(base32 "1pr9yb2wqapyizdfpi7zqd4a5b40q58czbfj6svvp2fkh6sfmfb9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice))
|
(list r-lattice))
|
||||||
|
|
Reference in a new issue