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