me
/
guix
Archived
1
0
Fork 0

gnu: r-rapiserialize: Update to 0.1.2.

* gnu/packages/cran.scm (r-rapiserialize): Update to 0.1.2.
master
Ricardo Wurmus 2022-09-20 10:53:31 +02:00
parent 381f145df7
commit ce4774f0ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -32847,14 +32847,14 @@ the @code{raster} package that is suitable for extracting raster values using
(define-public r-rapiserialize (define-public r-rapiserialize
(package (package
(name "r-rapiserialize") (name "r-rapiserialize")
(version "0.1.1") (version "0.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RApiSerialize" version)) (uri (cran-uri "RApiSerialize" version))
(sha256 (sha256
(base32 (base32
"0gkix6s5hb7pdbb8miyz36hghx59hhwxql0slqnlr5nakh31klxp")))) "02k0l8bi849b2102ysb102xky4p84i9v2r4w6fab7bgf32wvph4w"))))
(properties `((upstream-name . "RApiSerialize"))) (properties `((upstream-name . "RApiSerialize")))
(build-system r-build-system) (build-system r-build-system)
(home-page (home-page