guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 69b20c5fb67d3753a07158fb5dee108df4028b41
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Mar 8 18:28:40 2026 +0100

    gnu: r-httpgd: Update to 2.1.4.
    
    * gnu/packages/cran.scm (r-httpgd): Update to 2.1.4.
    
    Change-Id: Ie3c6a7a44dee59e7453f30a976279ac5a04de519
---
 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 70e9da3b8c..8c89f6e673 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14261,13 +14261,13 @@ selected chapters is included in this package.")
 (define-public r-httpgd
   (package
     (name "r-httpgd")
-    (version "2.0.3")
+    (version "2.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "httpgd" version))
        (sha256
-        (base32 "02p9d50gbzaz1v77ssby9fgxx8pxp4n8h50k57x9niymgi7phnmx"))))
+        (base32 "13ixshy0makcakzqpqbw78aknvmfks361jrn40ml0jn0n1aqlqrf"))))
     (properties `((upstream-name . "httpgd")))
     (build-system r-build-system)
     ;; XXX On the build farm the tests fail with "Too many open files".  It

Reply via email to