gnu: r-spdata: Update to 0.3.5.

* gnu/packages/cran.scm (r-spdata): Update to 0.3.5.
This commit is contained in:
Ricardo Wurmus 2020-04-14 16:07:15 +02:00
parent b05caf7080
commit e515dd6068
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13150,14 +13150,14 @@ (define-public r-classint
(define-public r-spdata
(package
(name "r-spdata")
(version "0.3.3")
(version "0.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "spData" version))
(sha256
(base32
"1v66qkvsx77hvv5c78v760yp0hknf7xzcjir2ri3ha456mz79yl5"))))
"09l9j1vjbfyc8mikb8kliqmdjkg4xigq3zhdx98mv51flh5q87lh"))))
(properties `((upstream-name . "spData")))
(build-system r-build-system)
(propagated-inputs