diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 04:20:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 04:45:31 +0100 |
commit | dc14cbda517a4d7f5c76f4b8ee969a6b0bb728cc (patch) | |
tree | 9d78296bfd0cad71225739ca64a943a21ee6777b | |
parent | 7a8dead250b67033a4f49e37cc8ecfe56f4435be (diff) | |
download | guix-dc14cbda517a4d7f5c76f4b8ee969a6b0bb728cc.tar.gz guix-dc14cbda517a4d7f5c76f4b8ee969a6b0bb728cc.zip |
gnu: enet: Update to 1.3.17.
* gnu/packages/networking.scm (enet): Update to 1.3.17.
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 64859a331b..a0f51b701a 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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))) |