[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: gnu: enet: Update to 1.3.17.
From: |
guix-commits |
Subject: |
13/13: gnu: enet: Update to 1.3.17. |
Date: |
Mon, 16 Nov 2020 23:05:53 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit dc14cbda517a4d7f5c76f4b8ee969a6b0bb728cc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 17 04:20:40 2020 +0100
gnu: enet: Update to 1.3.17.
* gnu/packages/networking.scm (enet): Update to 1.3.17.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 64859a3..a0f51b7 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)))
- 04/13: gnu: xsimd: Update to 7.4.9., (continued)
- 04/13: gnu: xsimd: Update to 7.4.9., guix-commits, 2020/11/16
- 05/13: gnu: xsimd: Define SIMD., guix-commits, 2020/11/16
- 06/13: gnu: python-peewee: Update to 3.14.0., guix-commits, 2020/11/16
- 10/13: gnu: livemedia-utils: Update to 2020.11.05., guix-commits, 2020/11/16
- 03/13: gnu: gnu-pw-mgr: Update to 2.7.4., guix-commits, 2020/11/16
- 07/13: gnu: python-pypika: Update to 0.44.0., guix-commits, 2020/11/16
- 09/13: gnu: wireguard-linux-compat: Update to 1.0.20201112., guix-commits, 2020/11/16
- 11/13: gnu: livemedia-utils: Cross-compile., guix-commits, 2020/11/16
- 08/13: gnu: arc-theme: Update to 20201013., guix-commits, 2020/11/16
- 12/13: gnu: mpop: Update to 1.4.11., guix-commits, 2020/11/16
- 13/13: gnu: enet: Update to 1.3.17.,
guix-commits <=