guix-commits
[Top][All Lists]
Advanced

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

10/19: gnu: libnftnl/fixed: Update to 1.2.3.


From: guix-commits
Subject: 10/19: gnu: libnftnl/fixed: Update to 1.2.3.
Date: Thu, 8 Sep 2022 15:45:20 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit bf1ab9f285f4066afdac78f80e4e8d0520a478c2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 14:05:48 2022 +0200

    gnu: libnftnl/fixed: Update to 1.2.3.
    
    * gnu/packages/linux.scm (libnftnl/fixed): Update to 1.2.3.
---
 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 fcabfbe73c..235ddb16ef 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7237,14 +7237,14 @@ used by nftables.")
 ;; variant to avoid accidental rebuilds of rust.
 (define-public libnftnl/fixed
   (package (inherit libnftnl)
-    (version "1.2.2")
+    (version "1.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://netfilter.org/libnftnl/"
                            "libnftnl-" version ".tar.bz2"))
        (sha256
-        (base32 "02kdxp4l1ds5lpkw6rxv6f7icc70am6ik3p9z5l8v48mkm7h1z4y"))))
+        (base32 "0m82bmh8i24hwxmz7rxwxjll4904ghd2b1x1p5h8algrg6dyl5p9"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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