mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-sp: Update to 1.4-2.
* gnu/packages/cran.scm (r-sp): Update to 1.4-2.
This commit is contained in:
parent
ac5dbcfd49
commit
6aa54116c6
1 changed files with 2 additions and 2 deletions
|
@ -2313,13 +2313,13 @@ (define-public r-proxy
|
||||||
(define-public r-sp
|
(define-public r-sp
|
||||||
(package
|
(package
|
||||||
(name "r-sp")
|
(name "r-sp")
|
||||||
(version "1.4-1")
|
(version "1.4-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sp" version))
|
(uri (cran-uri "sp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fbh865r4py89g6ln8bslig2vbxxwa642p5k5g02rskyhajg35lg"))))
|
(base32 "02jxsd30apzjbdbssirysq70d4svdwzn931jhxr0ladl72g9bqvk"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)))
|
`(("r-lattice" ,r-lattice)))
|
||||||
|
|
Loading…
Reference in a new issue