gnu: Remove asio-1.12.
* gnu/packages/networking.scm (asio-1.12): Remove variable.
This commit is contained in:
parent
4316e93705
commit
f63b3d0105
1 changed files with 3 additions and 16 deletions
|
@ -3023,18 +3023,17 @@ eight bytes) tools
|
||||||
;; Either BSD-3 or GPL-2 can be used.
|
;; Either BSD-3 or GPL-2 can be used.
|
||||||
(license (list license:bsd-3 license:gpl2))))
|
(license (list license:bsd-3 license:gpl2))))
|
||||||
|
|
||||||
;;; This is an old version required by rested.
|
(define-public asio
|
||||||
(define-public asio-1.12
|
|
||||||
(package
|
(package
|
||||||
(name "asio")
|
(name "asio")
|
||||||
(version "1.12.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 "1akray4l3hgahmb92sbvsqg128c7g7s92jrkf1sp1fjnfjrxq9sf"))))
|
(base32 "0335kyxdnwnp96sh9p3jq1s87qnfmp5l7hzlcdxbbwfzrb9p8hr0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
|
@ -3051,18 +3050,6 @@ low-level I/O programming that provides developers with a consistent
|
||||||
asynchronous model using a modern C++ approach.")
|
asynchronous model using a modern C++ approach.")
|
||||||
(license license:boost1.0)))
|
(license license:boost1.0)))
|
||||||
|
|
||||||
(define-public asio
|
|
||||||
(package
|
|
||||||
(inherit asio-1.12)
|
|
||||||
(version "1.20.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://sourceforge/asio/asio/"
|
|
||||||
version " (Stable)/asio-" version ".tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(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.
|
||||||
(let* ((commit "e332ec93e9c90f1cbee676b022bf2c5d5b7b1239")
|
(let* ((commit "e332ec93e9c90f1cbee676b022bf2c5d5b7b1239")
|
||||||
|
|
Reference in a new issue