mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: enet: Update to 1.3.17.
* gnu/packages/networking.scm (enet): Update to 1.3.17.
This commit is contained in:
parent
7a8dead250
commit
dc14cbda51
1 changed files with 2 additions and 2 deletions
|
@ -2142,14 +2142,14 @@ (define-public proxychains-ng
|
||||||
(define-public enet
|
(define-public enet
|
||||||
(package
|
(package
|
||||||
(name "enet")
|
(name "enet")
|
||||||
(version "1.3.16")
|
(version "1.3.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(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 "1lggc82rbzscci057dqqyhkbq4j6mr5k01hbrvn06jkzc2xpxdxv"))))
|
(base32 "1p6f9mby86af6cs7pv6h48032ip9g32c05cb7d9mimam8lchz3x3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in a new issue