gnu: r-blob: Update to 1.2.1.
authorRicardo Wurmus <rekado@elephly.net>
Mon, 27 Jan 2020 15:31:56 +0000 (16:31 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 27 Jan 2020 15:33:30 +0000 (16:33 +0100)
* gnu/packages/statistics.scm (r-blob): Update to 1.2.1.
[propagated-inputs]: Remove r-prettyunits.

gnu/packages/statistics.scm

index 2ecd590..7328629 100644 (file)
@@ -2755,17 +2755,16 @@ that package, other packages are unaffected.")
 (define-public r-blob
   (package
     (name "r-blob")
-    (version "1.2.0")
+    (version "1.2.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "blob" version))
               (sha256
                (base32
-                "08z071jzac4gasgfgab0y5g3ilfmlw08ln813wphxg07hsiczw8s"))))
+                "1slb5mvxfyi92i8ifx2qa31hp57inilwhq1g9lzvgha6jrxbqm7g"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-prettyunits" ,r-prettyunits)
-       ("r-rlang" ,r-rlang)
+     `(("r-rlang" ,r-rlang)
        ("r-vctrs" ,r-vctrs)))
     (home-page "https://github.com/hadley/blob")
     (synopsis "Simple S3 Class for representing vectors of binary data")