guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libevent: Update to 2.1.12.


From: guix-commits
Subject: 02/02: gnu: libevent: Update to 2.1.12.
Date: Mon, 20 Jul 2020 11:36:20 -0400 (EDT)

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

commit 843cc80be16a941878a06e071ae6ed2a1482d24e
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Mon Jul 20 17:21:18 2020 +0200

    gnu: libevent: Update to 2.1.12.
    
    * gnu/packages/libevent.scm (libevent): Update to 2.1.12.
---
 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 0e781d7..037310e 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -41,7 +41,7 @@
 (define-public libevent
   (package
     (name "libevent")
-    (version "2.1.11")
+    (version "2.1.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -49,7 +49,7 @@
                     version "-stable/libevent-" version "-stable.tar.gz"))
               (sha256
                (base32
-                "0g988zqm45sj1hlhhz4il5z4dpi5dl74hzjwzl4md37a09iaqnx6"))))
+                "1fq30imk8zd26x8066di3kpc5zyfc5z6frr3zll685zcx4dxxrlj"))))
     (build-system gnu-build-system)
     (outputs '("out" "bin"))
     (arguments



reply via email to

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