me
/
guix
Archived
1
0
Fork 0

gnu: r-rapiserialize: Update to 0.1.1.

* gnu/packages/cran.scm (r-rapiserialize): Update to 0.1.1.
Ricardo Wurmus 2022-08-10 12:20:15 +02:00
parent 47b36a2da5
commit 2304e8d731
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -32286,14 +32286,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.0") (version "0.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RApiSerialize" version)) (uri (cran-uri "RApiSerialize" version))
(sha256 (sha256
(base32 (base32
"0gm2j8kh40imhncwwx1sx9kmraaxcxycvgwls53lcyy2ap344k9j")))) "0gkix6s5hb7pdbb8miyz36hghx59hhwxql0slqnlr5nakh31klxp"))))
(properties `((upstream-name . "RApiSerialize"))) (properties `((upstream-name . "RApiSerialize")))
(build-system r-build-system) (build-system r-build-system)
(home-page (home-page