mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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
|
(define-public r-sp
|
||||||
(package
|
(package
|
||||||
(name "r-sp")
|
(name "r-sp")
|
||||||
(version "2.1-2")
|
(version "2.1-3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sp" version))
|
(uri (cran-uri "sp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1i8d7sbccnhiw7pkmg89v98abjad45psyxccz1acbq4z5ykb9nxz"))))
|
(base32 "0m44qr2l8xmqbgi95h200bwy9ca8jihiqzfarws1p09lwmr954zs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice))
|
(list r-lattice))
|
||||||
|
|
Loading…
Reference in a new issue