mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libev: Update to 4.24.
* gnu/packages/libevent.scm (libev): Update to 4.24.
This commit is contained in:
parent
ce8963c5b7
commit
1b0054bdee
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ (define-public libevent-2.0
|
|||
(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 @@ (define-public libev
|
|||
".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")
|
||||
|
|
Loading…
Reference in a new issue