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.25.


From: guix-commits
Subject: 01/01: gnu: libev: Update to 4.25.
Date: Mon, 3 Jun 2019 16:32:04 -0400 (EDT)

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

commit f87a7cc60e058d2e07560d0d602747b567d9dce4
Author: Marius Bakke <address@hidden>
Date:   Thu May 30 14:07:56 2019 +0200

    gnu: libev: Update to 4.25.
    
    * gnu/packages/libevent.scm (libev): Update to 4.25.
---
 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 263fe76..962a228 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -100,7 +100,7 @@ loop.")
 (define-public libev
   (package
     (name "libev")
-    (version "4.24")
+    (version "4.25")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://dist.schmorp.de/libev/Attic/libev-";
@@ -108,7 +108,7 @@ loop.")
                                   ".tar.gz"))
               (sha256
                (base32
-                "08gqsza1czx0nf62nkk183jb0946yzjsymaacxbzdgcs8z9r6dcp"))))
+                "1295q0lkkbrlpd5dl5i48bh1rm8mjzh9y795jlvjz3bp4wf7wxbq"))))
     (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]