guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: libevent: Update to 2.1.11.


From: guix-commits
Subject: 03/07: gnu: libevent: Update to 2.1.11.
Date: Sun, 4 Aug 2019 12:02:24 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 16feaeefc9943478e703515c91a7a05d6ab8c468
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 4 16:22:01 2019 +0200

    gnu: libevent: Update to 2.1.11.
    
    * gnu/packages/libevent.scm (libevent): Update to 2.1.11.
---
 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 7982a12..4898f0a 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -41,7 +41,7 @@
 (define-public libevent
   (package
     (name "libevent")
-    (version "2.1.10")
+    (version "2.1.11")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -49,7 +49,7 @@
                    version "-stable/libevent-" version "-stable.tar.gz"))
              (sha256
               (base32
-               "1c25928gdv495clxk2v1d4gkr5py7ack4gx2n7d13frnld0syr78"))))
+               "0g988zqm45sj1hlhhz4il5z4dpi5dl74hzjwzl4md37a09iaqnx6"))))
     (build-system gnu-build-system)
     (arguments
       ;; This skips some of the tests which fail on armhf and aarch64.



reply via email to

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