[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: libnftnl: Update to 1.2.0.
From: |
guix-commits |
Subject: |
05/16: gnu: libnftnl: Update to 1.2.0. |
Date: |
Thu, 27 May 2021 12:27:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit cedcab1da3f5281177743a61e19879cc4ee07adf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 27 16:19:03 2021 +0200
gnu: libnftnl: Update to 1.2.0.
* gnu/packages/linux.scm (libnftnl): Update to 1.2.0.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 24ab210..406629b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6612,14 +6612,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
- (version "1.1.9")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2"))
(sha256
- (base32 "16jbp4fs5dz2yf4c3bl1sb48x9x9wi1chv39zwmfgya1k9pimcp9"))))
+ (base32 "1xblq1cbcxhr6qmjpy98i1qdza148idgz99vbhjc7s4vzvfizc4h"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
- branch master updated (014421e -> 847af45), guix-commits, 2021/05/27
- 02/16: gnu: mpd: Update to 0.22.8., guix-commits, 2021/05/27
- 03/16: gnu: fio: Update to 3.27., guix-commits, 2021/05/27
- 04/16: gnu: xfsprogs: Update to 5.12.0., guix-commits, 2021/05/27
- 12/16: gnu: ccl: Update to 1.12.1., guix-commits, 2021/05/27
- 14/16: gnu: lksctp-tools: Edit synopsis & description., guix-commits, 2021/05/27
- 10/16: gnu: libopenmpt: Update to 0.5.9., guix-commits, 2021/05/27
- 05/16: gnu: libnftnl: Update to 1.2.0.,
guix-commits <=
- 06/16: gnu: nftables: Update to 0.9.9., guix-commits, 2021/05/27
- 13/16: gnu: libndp: Update to 1.8., guix-commits, 2021/05/27
- 08/16: gnu: iperf: Update to 3.10., guix-commits, 2021/05/27
- 16/16: gnu: phodav: Add gsettings-desktop-schemas input., guix-commits, 2021/05/27
- 11/16: gnu: shotwell: Update to 0.30.12., guix-commits, 2021/05/27
- 09/16: gnu: iperf: Omit static library., guix-commits, 2021/05/27
- 15/16: gnu: lksctp-tools: Update to 1.0.19., guix-commits, 2021/05/27
- 07/16: gnu: lightspark: Update to 0.8.4.1., guix-commits, 2021/05/27
- 01/16: gnu: sassc: Update to 3.6.2., guix-commits, 2021/05/27