gnu: r-blob: Update to 1.2.0.

* gnu/packages/statistics.scm (r-blob): Update to 1.2.0.
[propagated-inputs]: Add r-rlang and r-vctrs; remove r-tibble.
This commit is contained in:
Ricardo Wurmus 2019-08-06 13:49:37 +02:00
parent feb261ee9b
commit 2de0f885f4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2789,17 +2789,18 @@ (define-public r-pkgconfig
(define-public r-blob (define-public r-blob
(package (package
(name "r-blob") (name "r-blob")
(version "1.1.1") (version "1.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "blob" version)) (uri (cran-uri "blob" version))
(sha256 (sha256
(base32 (base32
"0lsg91hk508dd95ivig2lwg62qafwnarjw68110kx63cfk4zkjxc")))) "08z071jzac4gasgfgab0y5g3ilfmlw08ln813wphxg07hsiczw8s"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-prettyunits" ,r-prettyunits) `(("r-prettyunits" ,r-prettyunits)
("r-tibble" ,r-tibble))) ("r-rlang" ,r-rlang)
("r-vctrs" ,r-vctrs)))
(home-page "https://github.com/hadley/blob") (home-page "https://github.com/hadley/blob")
(synopsis "Simple S3 Class for representing vectors of binary data") (synopsis "Simple S3 Class for representing vectors of binary data")
(description "Raw vectors in R are useful for storing a single binary (description "Raw vectors in R are useful for storing a single binary