me
/
guix
Archived
1
0
Fork 0

gnu: enet: Update to 1.3.15.

* gnu/packages/networking.scm (enet): Update to 1.3.15.
master
Tobias Geerinckx-Rice 2020-06-02 04:33:19 +02:00
parent 2f26e2d6fd
commit 26fd58f2bb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))