me
/
guix
Archived
1
0
Fork 0

gnu: enet: Update to 1.3.17.

* gnu/packages/networking.scm (enet): Update to 1.3.17.
master
Tobias Geerinckx-Rice 2020-11-17 04:20:40 +01:00
parent 7a8dead250
commit dc14cbda51
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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