gnu: enet: Update to 1.3.16.

* gnu/packages/networking.scm (enet): Update to 1.3.16.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-11 22:32:33 +02:00
parent 0649c3cafa
commit dd6eac3e47
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2107,14 +2107,14 @@ (define-public proxychains-ng
(define-public enet (define-public enet
(package (package
(name "enet") (name "enet")
(version "1.3.15") (version "1.3.16")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "http://enet.bespin.org/download/" (method url-fetch)
"enet-" version ".tar.gz")) (uri (string-append "http://enet.bespin.org/download/"
(sha256 "enet-" version ".tar.gz"))
(base32 (sha256
"1yxxf9bkx6dx3j8j70fj17c05likyfibb1419ls74hp58qrzdgas")))) (base32 "1lggc82rbzscci057dqqyhkbq4j6mr5k01hbrvn06jkzc2xpxdxv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))