guix-commits
[Top][All Lists]
Advanced

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

10/20: gnu: libnftnl: Update to 1.1.0.


From: Tobias Geerinckx-Rice
Subject: 10/20: gnu: libnftnl: Update to 1.1.0.
Date: Wed, 16 May 2018 21:21:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b85c1858ac7f3cc9ab9ee9ef22426d85de1dcded
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 16 15:57:06 2018 +0200

    gnu: libnftnl: Update to 1.1.0.
    
    * gnu/packages/linux.scm (libnftnl): Update to 1.1.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 b357a4b..09e9998 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4162,7 +4162,7 @@ re-use code and to avoid re-inventing the wheel.")
 (define-public libnftnl
   (package
     (name "libnftnl")
-    (version "1.0.9")
+    (version "1.1.0")
     (source
       (origin
         (method url-fetch)
@@ -4170,7 +4170,7 @@ re-use code and to avoid re-inventing the wheel.")
                             "libnftnl-" version ".tar.bz2"))
         (sha256
          (base32
-          "0d9nkdbdck8sg6msysqyv3m9kjr9sjif5amf26dfa0g3mqjdihgy"))))
+          "0v4gywcjvv2vg4zk632al1zv3ad0lx87nshynv110l8n3fhsq3pc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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