guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libev: Update to 4.23.


From: Marius Bakke
Subject: 01/01: gnu: libev: Update to 4.23.
Date: Fri, 9 Dec 2016 17:45:29 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit dfdc92259b0154bbeac7036d1b13f250b1fb16a0
Author: Marius Bakke <address@hidden>
Date:   Fri Dec 9 18:19:09 2016 +0100

    gnu: libev: Update to 4.23.
    
    * gnu/packages/libevent.scm (libev): Update to 4.23.
---
 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 c9e57d6..cb76915 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -65,7 +65,7 @@ loop.")
 (define-public libev
   (package
     (name "libev")
-    (version "4.20")
+    (version "4.23")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://dist.schmorp.de/libev/Attic/libev-";
@@ -73,7 +73,7 @@ loop.")
                                   ".tar.gz"))
               (sha256
                (base32
-                "17j47pbkr65a18mfvy2861p5k7w4pxmdgiw723ryfqd9gx636w7q"))))
+                "0ynxxm7giy4hg3qp9q8wshqw1jla9sxbsbi2pwsdsl1v1hz79zn7"))))
     (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]