guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/15: gnu: libev: Update to 4.31.


From: guix-commits
Subject: 10/15: gnu: libev: Update to 4.31.
Date: Tue, 14 Jan 2020 12:37:12 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 1fabfd0ec9d28eeb6cfd4e3b33c208c42c059991
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 18:12:41 2020 +0100

    gnu: libev: Update to 4.31.
    
    * gnu/packages/libevent.scm (libev): Update to 4.31.
---
 gnu/packages/libevent.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]