[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: enet: Update to 1.3.16.
From: |
guix-commits |
Subject: |
06/07: gnu: enet: Update to 1.3.16. |
Date: |
Fri, 11 Sep 2020 17:34:23 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit dd6eac3e47fb729ea29bbe4fcdc2e3085f8df9f4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 11 22:32:33 2020 +0200
gnu: enet: Update to 1.3.16.
* gnu/packages/networking.scm (enet): Update to 1.3.16.
---
gnu/packages/networking.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e3385d4..e7777dc 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2107,14 +2107,14 @@ HTTP proxies.")
(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)))
- branch master updated (a1ea058 -> 52569ee), guix-commits, 2020/09/11
- 01/07: gnu: libetpan: Update to 1.9.4., guix-commits, 2020/09/11
- 02/07: gnu: padthv1: Update to 0.9.17., guix-commits, 2020/09/11
- 04/07: Revert "gnu: dovecot: Set moduledir to global directory.", guix-commits, 2020/09/11
- 06/07: gnu: enet: Update to 1.3.16.,
guix-commits <=
- 03/07: Revert "services: dovecot: Use modules via symlink to system profile.", guix-commits, 2020/09/11
- 05/07: gnu: batctl: Update to 2020.3., guix-commits, 2020/09/11
- 07/07: gnu: lldpd: Update to 1.0.6., guix-commits, 2020/09/11