mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: libevent: Update to 2.1.11.
* gnu/packages/libevent.scm (libevent): Update to 2.1.11.
This commit is contained in:
parent
febbe43155
commit
16feaeefc9
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ (define-module (gnu packages libevent)
|
||||||
(define-public libevent
|
(define-public libevent
|
||||||
(package
|
(package
|
||||||
(name "libevent")
|
(name "libevent")
|
||||||
(version "2.1.10")
|
(version "2.1.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -49,7 +49,7 @@ (define-public libevent
|
||||||
version "-stable/libevent-" version "-stable.tar.gz"))
|
version "-stable/libevent-" version "-stable.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c25928gdv495clxk2v1d4gkr5py7ack4gx2n7d13frnld0syr78"))))
|
"0g988zqm45sj1hlhhz4il5z4dpi5dl74hzjwzl4md37a09iaqnx6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; This skips some of the tests which fail on armhf and aarch64.
|
;; This skips some of the tests which fail on armhf and aarch64.
|
||||||
|
|
Loading…
Reference in a new issue