gnu: r-sp: Update to 1.4-1.
* gnu/packages/cran.scm (r-sp): Update to 1.4-1.
This commit is contained in:
parent
9e3a089b44
commit
8a9d551c8d
1 changed files with 2 additions and 2 deletions
|
@ -2158,13 +2158,13 @@ (define-public r-proxy
|
|||
(define-public r-sp
|
||||
(package
|
||||
(name "r-sp")
|
||||
(version "1.4-0")
|
||||
(version "1.4-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sp" version))
|
||||
(sha256
|
||||
(base32 "0mgjrlviv6qapgpiqdjcbsygzfs8bf5c64krh2rk555vf5njmnh7"))))
|
||||
(base32 "0fbh865r4py89g6ln8bslig2vbxxwa642p5k5g02rskyhajg35lg"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)))
|
||||
|
|
Loading…
Reference in a new issue