guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/46: gnu: libnftnl: Update to 1.2.4.


From: guix-commits
Subject: 40/46: gnu: libnftnl: Update to 1.2.4.
Date: Fri, 16 Dec 2022 21:39:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 819c2256ecc1025ca57f467cd58c1edf3edde8e7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:00 2022 +0100

    gnu: libnftnl: Update to 1.2.4.
    
    * gnu/packages/linux.scm (libnftnl): Update to 1.2.4.
---
 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 9858871540..c3834a5211 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7611,14 +7611,14 @@ re-use code and to avoid re-inventing the wheel.")
 (define-public libnftnl
   (package
     (name "libnftnl")
-    (version "1.2.3")
+    (version "1.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://netfilter.org/libnftnl/"
                            "libnftnl-" version ".tar.bz2"))
        (sha256
-        (base32 "0m82bmh8i24hwxmz7rxwxjll4904ghd2b1x1p5h8algrg6dyl5p9"))))
+        (base32 "0zs7c8swlirxnbhl8q1b0p8g3jrzns7fyxsrglz71zfdwhxj7zn0"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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