diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2017-02-13 20:31:31 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-13 20:31:31 +0100 |
| commit | 1b0054bdee8089b5c4d1ef16ded6fc52237ebb5d (patch) | |
| tree | 5abd4a8857bc9c21fb8c29ea3896a9b40327c9fc | |
| parent | ce8963c5b7a728257920aeceeb89e40d166d09f4 (diff) | |
gnu: libev: Update to 4.24.
* gnu/packages/libevent.scm (libev): Update to 4.24.
| -rw-r--r-- | gnu/packages/libevent.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index bef09f9538f..859dc34eeda 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -87,7 +87,7 @@ loop.") (define-public libev (package (name "libev") - (version "4.23") + (version "4.24") (source (origin (method url-fetch) (uri (string-append "http://dist.schmorp.de/libev/Attic/libev-" @@ -95,7 +95,7 @@ loop.") ".tar.gz")) (sha256 (base32 - "0ynxxm7giy4hg3qp9q8wshqw1jla9sxbsbi2pwsdsl1v1hz79zn7")))) + "08gqsza1czx0nf62nkk183jb0946yzjsymaacxbzdgcs8z9r6dcp")))) (build-system gnu-build-system) (home-page "http://software.schmorp.de/pkg/libev.html") (synopsis "Event loop loosely modelled after libevent") |
