me
/
guix
Archived
1
0
Fork 0

gnu: r-fields: Update to 12.5.

* gnu/packages/cran.scm (r-fields): Update to 12.5.
master
Ricardo Wurmus 2021-07-10 13:26:18 +02:00
parent 7f60a75890
commit fd8fa3e3f2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13814,13 +13814,13 @@ Differences with other sparse matrix packages are:
(define-public r-fields
(package
(name "r-fields")
(version "12.3")
(version "12.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "fields" version))
(sha256
(base32 "17dsnims2bjcpqsxcv63vkm8rjdmcmq10m00x15yvr4kk0p0aznr"))))
(base32 "08jfqlz42vq23h2yq279cs2rva9fadi4q6cmk4dvixrmyprx5xyk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-maps" ,r-maps)