diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-08 18:28:40 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:01 +0200 |
| commit | 684812a4a61866356ba1b9de7ca59da55ece7e13 (patch) | |
| tree | d76315d0b0b4d1973dbec2666c049acb1167a8dd | |
| parent | e866f04012a997d94890f80953614cc9e41a1bf4 (diff) | |
gnu: r-httpgd: Update to 2.1.4.
* gnu/packages/cran.scm (r-httpgd): Update to 2.1.4.
Change-Id: Ie3c6a7a44dee59e7453f30a976279ac5a04de519
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 70e9da3b8c3..8c89f6e673d 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 |
