mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -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
|
||||
(package
|
||||
(name "libev")
|
||||
(version "4.31")
|
||||
(version "4.33")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dist.schmorp.de/libev/Attic/libev-"
|
||||
|
@ -84,7 +84,7 @@ (define-public libev
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nkfqv69wfyy2bpga4d53iqydycpik8jp8x6q70353hia8mmv1gd"))))
|
||||
"1sjs4324is7fp21an4aas2z4dwsvs6z4xwrmp72vwpq1s6wbfzjh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
|
|
Loading…
Reference in a new issue