gnu: enet: Update to 1.3.15.
* gnu/packages/networking.scm (enet): Update to 1.3.15.master
parent
2f26e2d6fd
commit
26fd58f2bb
|
@ -1605,14 +1605,14 @@ HTTP proxies.")
|
||||||
(define-public enet
|
(define-public enet
|
||||||
(package
|
(package
|
||||||
(name "enet")
|
(name "enet")
|
||||||
(version "1.3.14")
|
(version "1.3.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://enet.bespin.org/download/"
|
(uri (string-append "http://enet.bespin.org/download/"
|
||||||
"enet-" version ".tar.gz"))
|
"enet-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w780zc6cy8yq4cskpphx0f91lzh51vh9lwyc5ll8hhamdxgbxlq"))))
|
"1yxxf9bkx6dx3j8j70fj17c05likyfibb1419ls74hp58qrzdgas"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue