me
/
guix
Archived
1
0
Fork 0

gnu: r-blob: Update to 1.2.1.

* gnu/packages/statistics.scm (r-blob): Update to 1.2.1.
[propagated-inputs]: Remove r-prettyunits.
master
Ricardo Wurmus 2020-01-27 16:31:56 +01:00
parent af837b9964
commit 1cc17e37ae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 4 deletions

View File

@ -2755,17 +2755,16 @@ that package, other packages are unaffected.")
(define-public r-blob (define-public r-blob
(package (package
(name "r-blob") (name "r-blob")
(version "1.2.0") (version "1.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "blob" version)) (uri (cran-uri "blob" version))
(sha256 (sha256
(base32 (base32
"08z071jzac4gasgfgab0y5g3ilfmlw08ln813wphxg07hsiczw8s")))) "1slb5mvxfyi92i8ifx2qa31hp57inilwhq1g9lzvgha6jrxbqm7g"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-prettyunits" ,r-prettyunits) `(("r-rlang" ,r-rlang)
("r-rlang" ,r-rlang)
("r-vctrs" ,r-vctrs))) ("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")