gnu: libev: Update to 4.25.

* gnu/packages/libevent.scm (libev): Update to 4.25.
master
Marius Bakke 2019-05-30 14:07:56 +02:00
parent 13f3893b60
commit f87a7cc60e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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")