guix-commits
[Top][All Lists]
Advanced

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

192/211: gnu: r-httr: Update to 1.4.4.


From: guix-commits
Subject: 192/211: gnu: r-httr: Update to 1.4.4.
Date: Tue, 20 Sep 2022 06:24:43 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 751637020ab9b48133fffe5194d3523d3aefd33b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:36 2022 +0200

    gnu: r-httr: Update to 1.4.4.
    
    * gnu/packages/statistics.scm (r-httr): Update to 1.4.4.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index e6210111a4..7f5ea5f840 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2481,13 +2481,13 @@ integers.")
 (define-public r-httr
   (package
     (name "r-httr")
-    (version "1.4.3")
+    (version "1.4.4")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "httr" version))
               (sha256
                (base32
-                "0skwi501rzndywn81704d68n1l6lrvqilf91q08cjfhpjvx171ls"))))
+                "0pa3ypkq6kq6sw7b8w62rfpcbjwhc49y8nkvk900s9pfycijbn21"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-curl r-jsonlite r-openssl r-mime r-r6))



reply via email to

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