me
/
guix
Archived
1
0
Fork 0

gnu: r-spdata: Update to 0.3.5.

* gnu/packages/cran.scm (r-spdata): Update to 0.3.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -13150,14 +13150,14 @@ univariate class intervals for mapping or other graphics purposes.")
(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