mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: enet: Update to 1.3.16.
* gnu/packages/networking.scm (enet): Update to 1.3.16.
This commit is contained in:
parent
0649c3cafa
commit
dd6eac3e47
1 changed files with 8 additions and 8 deletions
|
@ -2107,14 +2107,14 @@ (define-public proxychains-ng
|
|||
(define-public enet
|
||||
(package
|
||||
(name "enet")
|
||||
(version "1.3.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://enet.bespin.org/download/"
|
||||
"enet-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yxxf9bkx6dx3j8j70fj17c05likyfibb1419ls74hp58qrzdgas"))))
|
||||
(version "1.3.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://enet.bespin.org/download/"
|
||||
"enet-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1lggc82rbzscci057dqqyhkbq4j6mr5k01hbrvn06jkzc2xpxdxv"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue