gnu: asio: Update to 1.12.2.

* gnu/packages/networking.scm (asio): Update to 1.12.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-25 02:07:32 +01:00
parent 74a3ce308a
commit 9d391ccd10
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1996,15 +1996,14 @@ eight bytes) tools
(define-public asio
(package
(name "asio")
(version "1.12.1")
(version "1.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asio/asio/"
version " (Stable)/asio-" version ".tar.bz2"))
(sha256
(base32
"0nln45662kg799ykvqx5m9z9qcsmadmgg6r5najryls7x16in2d9"))))
(base32 "1akray4l3hgahmb92sbvsqg128c7g7s92jrkf1sp1fjnfjrxq9sf"))))
(build-system gnu-build-system)
(inputs
`(("boost" ,boost)