mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-sp: Update to 2.1-3.
* gnu/packages/cran.scm (r-sp): Update to 2.1-3. Change-Id: I111d108e6f144ecfdecf5e5ff94b6b11110a9395
This commit is contained in:
parent
5701d13103
commit
f3af65b8d0
1 changed files with 2 additions and 2 deletions
|
@ -7324,13 +7324,13 @@ (define-public r-proxy
|
|||
(define-public r-sp
|
||||
(package
|
||||
(name "r-sp")
|
||||
(version "2.1-2")
|
||||
(version "2.1-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sp" version))
|
||||
(sha256
|
||||
(base32 "1i8d7sbccnhiw7pkmg89v98abjad45psyxccz1acbq4z5ykb9nxz"))))
|
||||
(base32 "0m44qr2l8xmqbgi95h200bwy9ca8jihiqzfarws1p09lwmr954zs"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice))
|
||||
|
|
Loading…
Reference in a new issue