diff options
author | Leo Famulari <leo@famulari.name> | 2021-01-06 12:58:36 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-06 12:58:40 -0500 |
commit | 30544dabfd536d710b6b22696ce475415f33554c (patch) | |
tree | 275a4e4f07980f984ae19996edd3f96c00f6166e /gnu | |
parent | be98826d3c02c1488073ecc1e93a517e8ef0bfa6 (diff) | |
download | guix-30544dabfd536d710b6b22696ce475415f33554c.tar.gz |
Revert "gnu: apr: Update to 1.7.0."
This reverts commit be98826d3c02c1488073ecc1e93a517e8ef0bfa6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/apr.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm index 5ef1488218..1a4a1c6304 100644 --- a/gnu/packages/apr.scm +++ b/gnu/packages/apr.scm @@ -30,14 +30,14 @@ (define-public apr (package (name "apr") - (version "1.7.0") + (version "1.6.5") (source (origin (method url-fetch) (uri (string-append "mirror://apache/apr/apr-" version ".tar.bz2")) (sha256 (base32 - "1spp6r2a3xcl5yajm9safhzyilsdzgagc2dadif8x6z9nbq4iqg2")) + "01d1n1ql66bxsjx0wyzazmkqdqdmr0is6a7lwyy5kzy4z7yajz56")) (patches (search-patches "apr-skip-getservbyname-test.patch")) (patch-flags '("-p0")))) |