mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: r-sp: Update to 2.1-2.
* gnu/packages/cran.scm (r-sp): Update to 2.1-2. Change-Id: I5901df096356a7b728cb6204b3a6e28e76a6b511
This commit is contained in:
parent
7c62e715bc
commit
757f9282df
1 changed files with 2 additions and 2 deletions
|
@ -7099,13 +7099,13 @@ (define-public r-proxy
|
|||
(define-public r-sp
|
||||
(package
|
||||
(name "r-sp")
|
||||
(version "2.1-1")
|
||||
(version "2.1-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sp" version))
|
||||
(sha256
|
||||
(base32 "0ns0n4929db2g8wjmg8nscq286df4hxrv7gr4mj8giymm3icsd1d"))))
|
||||
(base32 "1i8d7sbccnhiw7pkmg89v98abjad45psyxccz1acbq4z5ykb9nxz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice))
|
||||
|
|
Loading…
Reference in a new issue