summaryrefslogtreecommitdiff
path: root/gnu/packages/libevent.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-05-30 14:07:56 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-05-30 14:07:56 +0200
commitf87a7cc60e058d2e07560d0d602747b567d9dce4 (patch)
tree6aa8d3418c14c103f112025353672c3fc7c69008 /gnu/packages/libevent.scm
parent13f3893b600e77c04b9962b8eea409f50e8efdbf (diff)
downloadguix-patches-f87a7cc60e058d2e07560d0d602747b567d9dce4.tar
guix-patches-f87a7cc60e058d2e07560d0d602747b567d9dce4.tar.gz
gnu: libev: Update to 4.25.
* gnu/packages/libevent.scm (libev): Update to 4.25.
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 263fe7630f..962a228e4b 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -100,7 +100,7 @@ loop.")
(define-public libev
(package
(name "libev")
- (version "4.24")
+ (version "4.25")
(source (origin
(method url-fetch)
(uri (string-append "http://dist.schmorp.de/libev/Attic/libev-"
@@ -108,7 +108,7 @@ loop.")
".tar.gz"))
(sha256
(base32
- "08gqsza1czx0nf62nkk183jb0946yzjsymaacxbzdgcs8z9r6dcp"))))
+ "1295q0lkkbrlpd5dl5i48bh1rm8mjzh9y795jlvjz3bp4wf7wxbq"))))
(build-system gnu-build-system)
(home-page "http://software.schmorp.de/pkg/libev.html")
(synopsis "Event loop loosely modelled after libevent")