3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-fields: Update to 11.6.

* gnu/packages/cran.scm (r-fields): Update to 11.6.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:42:43 +01:00
parent 7ec575fa39
commit 50110d8bb1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11991,13 +11991,13 @@ Differences with other sparse matrix packages are:
(define-public r-fields
(package
(name "r-fields")
(version "11.5")
(version "11.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "fields" version))
(sha256
(base32 "1mgg5l6w4yvz7cccgfz3h19k11ng1s1hy26rl2h215gnfb24mnga"))))
(base32 "1nsrgkw9w3mwd3sajyzc06h49gg1s0bkq6xh5b66h1n4jbcx2046"))))
(build-system r-build-system)
(propagated-inputs
`(("r-maps" ,r-maps)