guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/50: gnu: r-blob: Update to 1.2.1.


From: guix-commits
Subject: 44/50: gnu: r-blob: Update to 1.2.1.
Date: Mon, 27 Jan 2020 10:33:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1cc17e37ae3c1a9a8dda3249ce17cf78498da4be
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Jan 27 16:31:56 2020 +0100

    gnu: r-blob: Update to 1.2.1.
    
    * gnu/packages/statistics.scm (r-blob): Update to 1.2.1.
    [propagated-inputs]: Remove r-prettyunits.
---
 gnu/packages/statistics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 2ecd590..7328629 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]