guix-commits
[Top][All Lists]
Advanced

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

34/42: gnu: r-httpcode: Update to 0.3.0.


From: guix-commits
Subject: 34/42: gnu: r-httpcode: Update to 0.3.0.
Date: Tue, 14 Apr 2020 10:44:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 79759bc4272ad2b57f496c3393cabcc64a57fe38
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 16:12:25 2020 +0200

    gnu: r-httpcode: Update to 0.3.0.
    
    * gnu/packages/cran.scm (r-httpcode): Update to 0.3.0.
---
 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 94e5079..af1d791 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20942,13 +20942,13 @@ carrying out convergence diagnostics and statistical 
and graphical analysis of
 (define-public r-httpcode
   (package
     (name "r-httpcode")
-    (version "0.2.0")
+    (version "0.3.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "httpcode" version))
               (sha256
                (base32
-                "06k853ihwzkcx4z3jzazpb03p91frqkwz18jy4fwr8j2nwyqbhgv"))))
+                "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
     (build-system r-build-system)
     (home-page "https://github.com/sckott/httpcode";)
     (synopsis "HTTP status code helper")



reply via email to

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