gnu: libev: Update to 4.31.

* gnu/packages/libevent.scm (libev): Update to 4.31.
This commit is contained in:
Marius Bakke 2020-01-14 18:12:41 +01:00
parent ecfe153706
commit 1fabfd0ec9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -75,7 +75,7 @@ (define-public libevent
(define-public libev (define-public libev
(package (package
(name "libev") (name "libev")
(version "4.25") (version "4.31")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dist.schmorp.de/libev/Attic/libev-" (uri (string-append "http://dist.schmorp.de/libev/Attic/libev-"
@ -83,7 +83,7 @@ (define-public libev
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1295q0lkkbrlpd5dl5i48bh1rm8mjzh9y795jlvjz3bp4wf7wxbq")))) "0nkfqv69wfyy2bpga4d53iqydycpik8jp8x6q70353hia8mmv1gd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://software.schmorp.de/pkg/libev.html") (home-page "http://software.schmorp.de/pkg/libev.html")
(synopsis "Event loop loosely modelled after libevent") (synopsis "Event loop loosely modelled after libevent")