diff mbox series

[bug#45503] gnu: apr: Update to 1.7.0.

Message ID 20201228144400.29863-1-vincent.legoll@gmail.com
State Accepted
Headers show
Series [bug#45503] gnu: apr: Update to 1.7.0. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Vincent Legoll Dec. 28, 2020, 2:44 p.m. UTC
* gnu/packages/apr.scm (apr): Update to 1.7.0.
---
 gnu/packages/apr.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mathieu Othacehe Jan. 6, 2021, 9:48 a.m. UTC | #1
> * gnu/packages/apr.scm (apr): Update to 1.7.0.

Pushed to staging,

Thanks,

Mathieu
Leo Famulari Jan. 6, 2021, 6 p.m. UTC | #2
On Wed, Jan 06, 2021 at 10:48:16AM +0100, Mathieu Othacehe wrote:
> 
> > * gnu/packages/apr.scm (apr): Update to 1.7.0.
> 
> Pushed to staging,

The staging branch is frozen for building, so I reverted this commit,
created a new branch 'staging-next', and pushed it there:

https://git.savannah.gnu.org/cgit/guix.git/log/?h=staging-next
diff mbox series

Patch

diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm
index 1a4a1c6304..5ef1488218 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -30,14 +30,14 @@ 
 (define-public apr
   (package
     (name "apr")
-    (version "1.6.5")
+    (version "1.7.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/apr/apr-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "01d1n1ql66bxsjx0wyzazmkqdqdmr0is6a7lwyy5kzy4z7yajz56"))
+               "1spp6r2a3xcl5yajm9safhzyilsdzgagc2dadif8x6z9nbq4iqg2"))
              (patches
               (search-patches "apr-skip-getservbyname-test.patch"))
              (patch-flags '("-p0"))))