me
/
guix
Archived
1
0
Fork 0

gnu: asio: Update to 1.20.0.

* gnu/packages/networking.scm (asio): Update to 1.20.0.
master
Nicolas Goaziou 2021-11-26 21:08:32 +01:00
parent 3d6040c135
commit 74364d9506
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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