gnu: r-fields: Update to 9.8-6.
* gnu/packages/cran.scm (r-fields): Update to 9.8-6.
This commit is contained in:
parent
4f1c668d31
commit
6c81cc885d
|
@ -10749,14 +10749,14 @@ Differences with other sparse matrix packages are:
|
||||||
(define-public r-fields
|
(define-public r-fields
|
||||||
(package
|
(package
|
||||||
(name "r-fields")
|
(name "r-fields")
|
||||||
(version "9.8-3")
|
(version "9.8-6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fields" version))
|
(uri (cran-uri "fields" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q9x68dczjym56v7x90x4x5br59vj3dww6w8v42zd3yl17h7c1h1"))))
|
"07x95vk1idjfzi5ikn0ijal754mssdmgr1p4nswmx9w3i5ndcqaz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-maps" ,r-maps)
|
`(("r-maps" ,r-maps)
|
||||||
|
|
Loading…
Reference in New Issue