guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: asio: Update to 1.20.0.


From: guix-commits
Subject: branch master updated: gnu: asio: Update to 1.20.0.
Date: Fri, 26 Nov 2021 15:20:06 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 74364d9  gnu: asio: Update to 1.20.0.
74364d9 is described below

commit 74364d9506e97776f02ff7d6159b533442d52ecb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Nov 26 21:08:32 2021 +0100

    gnu: asio: Update to 1.20.0.
    
    * gnu/packages/networking.scm (asio): Update to 1.20.0.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b583d25..3b94a4b 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3054,14 +3054,14 @@ asynchronous model using a modern C++ approach.")
 (define-public asio
   (package
     (inherit asio-1.12)
-    (version "1.18.2")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/asio/asio/"
                            version " (Stable)/asio-" version ".tar.bz2"))
        (sha256
-        (base32 "1wpr4ymv63a192fmymwyxd7v0bv575v022gz53y0mcflhr2mvh1s"))))))
+        (base32 "0335kyxdnwnp96sh9p3jq1s87qnfmp5l7hzlcdxbbwfzrb9p8hr0"))))))
 
 (define-public shadowsocks
   ;; There are some security fixes after the last release.



reply via email to

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