summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-02 04:33:19 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-02 18:06:05 +0200
commit26fd58f2bbd4a0c64b5563c0c125e4143a6c4c8c (patch)
tree26af4bd77d0180aeae4dfd3b72c77a057b4a8e09
parent2f26e2d6fdb2fb345ab670ecdfde740e5e40ab89 (diff)
downloadguix-patches-26fd58f2bbd4a0c64b5563c0c125e4143a6c4c8c.tar
guix-patches-26fd58f2bbd4a0c64b5563c0c125e4143a6c4c8c.tar.gz
gnu: enet: Update to 1.3.15.
* gnu/packages/networking.scm (enet): Update to 1.3.15.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c726b7bcea..593605bb46 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1605,14 +1605,14 @@ HTTP proxies.")
(define-public enet
(package
(name "enet")
- (version "1.3.14")
+ (version "1.3.15")
(source (origin
(method url-fetch)
(uri (string-append "http://enet.bespin.org/download/"
"enet-" version ".tar.gz"))
(sha256
(base32
- "0w780zc6cy8yq4cskpphx0f91lzh51vh9lwyc5ll8hhamdxgbxlq"))))
+ "1yxxf9bkx6dx3j8j70fj17c05likyfibb1419ls74hp58qrzdgas"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))