mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: apr: Update to 1.7.4.
* gnu/packages/apr.scm (apr): Update to 1.7.4. Change-Id: I6234403390847a68eab7ee17bc9d83581c14339c
This commit is contained in:
parent
a47091d7c3
commit
0544704975
1 changed files with 2 additions and 2 deletions
|
@ -33,14 +33,14 @@ (define-module (gnu packages apr)
|
|||
(define-public apr
|
||||
(package
|
||||
(name "apr")
|
||||
(version "1.7.0")
|
||||
(version "1.7.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://apache/apr/apr-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1spp6r2a3xcl5yajm9safhzyilsdzgagc2dadif8x6z9nbq4iqg2"))
|
||||
"0xsmqgjiyw3s6va5dm86djnjzg9r0qc1zsldwz4sd8pkhglqsr7w"))
|
||||
(patches
|
||||
(search-patches "apr-skip-getservbyname-test.patch"))
|
||||
(patch-flags '("-p0"))))
|
||||
|
|
Loading…
Reference in a new issue