guix-commits
[Top][All Lists]
Advanced

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

16/67: gnu: r-dtplyr: Update to 1.2.1.


From: guix-commits
Subject: 16/67: gnu: r-dtplyr: Update to 1.2.1.
Date: Sun, 23 Jan 2022 08:06:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a8e4ad971dcc94ac720b0ff74c1ef87defdaf110
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 23 13:33:31 2022 +0100

    gnu: r-dtplyr: Update to 1.2.1.
    
    * gnu/packages/cran.scm (r-dtplyr): Update to 1.2.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 90ac917e86..4a990c3c94 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7935,14 +7935,14 @@ finance, conversion from and to JSON, and many other 
applications.")
 (define-public r-dtplyr
   (package
     (name "r-dtplyr")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "dtplyr" version))
        (sha256
         (base32
-         "053l0w97sfsdx3n3b65likdbzdv0q0sbcnh0kp9c3pw0vnvdzpm6"))))
+         "1wyhhn16mvdj55k2xsh7vy489l7xk4mkz7pjrw16z87awk6yjh16"))))
     (properties `((upstream-name . "dtplyr")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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