summaryrefslogtreecommitdiff
path: root/gnu/packages/libevent.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-08-04 16:22:01 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-08-04 16:22:01 +0200
commit16feaeefc9943478e703515c91a7a05d6ab8c468 (patch)
tree11ffa702adac1efc1dfd1b2b32c256eb96d57656 /gnu/packages/libevent.scm
parentfebbe431554e7f010b43f80fa0273b4122cec343 (diff)
downloadguix-patches-16feaeefc9943478e703515c91a7a05d6ab8c468.tar
guix-patches-16feaeefc9943478e703515c91a7a05d6ab8c468.tar.gz
gnu: libevent: Update to 2.1.11.
* gnu/packages/libevent.scm (libevent): Update to 2.1.11.
Diffstat (limited to 'gnu/packages/libevent.scm')
-rw-r--r--gnu/packages/libevent.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index 7982a12dfd..4898f0a768 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -41,7 +41,7 @@
(define-public libevent
(package
(name "libevent")
- (version "2.1.10")
+ (version "2.1.11")
(source (origin
(method url-fetch)
(uri (string-append
@@ -49,7 +49,7 @@
version "-stable/libevent-" version "-stable.tar.gz"))
(sha256
(base32
- "1c25928gdv495clxk2v1d4gkr5py7ack4gx2n7d13frnld0syr78"))))
+ "0g988zqm45sj1hlhhz4il5z4dpi5dl74hzjwzl4md37a09iaqnx6"))))
(build-system gnu-build-system)
(arguments
;; This skips some of the tests which fail on armhf and aarch64.