mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: libev: Update to 4.33.
* gnu/packages/libevent.scm (libev): Update to 4.33.
This commit is contained in:
parent
352e6c8a75
commit
667374cf7a
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ (define-public libevent
|
||||||
(define-public libev
|
(define-public libev
|
||||||
(package
|
(package
|
||||||
(name "libev")
|
(name "libev")
|
||||||
(version "4.31")
|
(version "4.33")
|
||||||
(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-"
|
||||||
|
@ -84,7 +84,7 @@ (define-public libev
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nkfqv69wfyy2bpga4d53iqydycpik8jp8x6q70353hia8mmv1gd"))))
|
"1sjs4324is7fp21an4aas2z4dwsvs6z4xwrmp72vwpq1s6wbfzjh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--disable-static")))
|
'(#:configure-flags '("--disable-static")))
|
||||||
|
|
Loading…
Reference in a new issue