guix-commits
[Top][All Lists]
Advanced

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

35/62: gnu: libnftnl/fixed: Update to 1.2.2.


From: guix-commits
Subject: 35/62: gnu: libnftnl/fixed: Update to 1.2.2.
Date: Sun, 26 Jun 2022 06:09:09 -0400 (EDT)

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

commit 8d2c06834a7610a8afe114accfa0ab707ed3e107
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 01:57:59 2022 +0200

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



reply via email to

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