guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]