mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: asio: Update to 1.18.2.
* gnu/packages/networking.scm (asio): Update to 1.18.2.
This commit is contained in:
parent
4ebc965ede
commit
2955fec1c9
1 changed files with 2 additions and 2 deletions
|
@ -3033,14 +3033,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.1")
|
(version "1.18.2")
|
||||||
(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 "04wi69d72l1p5c7d63z1dz06zn8pdqsbgx1if98dszs9ymfqgyaa"))))))
|
(base32 "1wpr4ymv63a192fmymwyxd7v0bv575v022gz53y0mcflhr2mvh1s"))))))
|
||||||
|
|
||||||
(define-public shadowsocks
|
(define-public shadowsocks
|
||||||
;; There are some security fixes after the last release.
|
;; There are some security fixes after the last release.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue