gnu: r-rapiserialize: Update to 0.1.2.

* gnu/packages/cran.scm (r-rapiserialize): Update to 0.1.2.
This commit is contained in:
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

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