guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: libnftnl: Update to 1.1.2.


From: guix-commits
Subject: 02/08: gnu: libnftnl: Update to 1.1.2.
Date: Tue, 5 Mar 2019 11:02:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e569c7723d1e6e0af9f870785b15749bb2aee64b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 5 13:07:15 2019 +0100

    gnu: libnftnl: Update to 1.1.2.
    
    * gnu/packages/linux.scm (libnftnl): Update to 1.1.2.
---
 gnu/packages/linux.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 25c4a70..e70b454 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4380,15 +4380,14 @@ re-use code and to avoid re-inventing the wheel.")
 (define-public libnftnl
   (package
     (name "libnftnl")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
-      (origin
-        (method url-fetch)
-        (uri (string-append "mirror://netfilter.org/libnftnl/"
-                            "libnftnl-" version ".tar.bz2"))
-        (sha256
-         (base32
-          "1wmgjfcb35mscb2srzia5931srygywrs1aznxmg67v177x0nasjx"))))
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://netfilter.org/libnftnl/"
+                           "libnftnl-" version ".tar.bz2"))
+       (sha256
+        (base32 "0pffmsv41alsn5ac7mwnb9fh3qpwzqk13jrzn6c5i71wq6kbgix5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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