guix-commits
[Top][All Lists]
Advanced

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

32/62: gnu: libmnl: Update to 1.0.5.


From: guix-commits
Subject: 32/62: gnu: libmnl: Update to 1.0.5.
Date: Sun, 26 Jun 2022 06:09:09 -0400 (EDT)

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

commit 0dfa1819d7a40b231488acb0454d71ee43b222e5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 01:53:42 2022 +0200

    gnu: libmnl: Update to 1.0.5.
    
    * gnu/packages/linux.scm (libmnl): Update to 1.0.5.
---
 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 eb162e26b3..b8df79b656 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7231,7 +7231,7 @@ machines (PowerMac G4 is known to work).")
 (define-public libmnl
   (package
     (name "libmnl")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
       (origin
         (method url-fetch)
@@ -7239,7 +7239,7 @@ machines (PowerMac G4 is known to work).")
                             "libmnl-" version ".tar.bz2"))
         (sha256
          (base32
-          "108zampspaalv44zn0ar9h386dlfixpd149bnxa5hsi8kxlqj7qp"))))
+          "09851ns07399rbz0y8slrlmnw3fn1nakr8d37pxjn5gkks8rnjr7"))))
     (build-system gnu-build-system)
     (home-page "https://www.netfilter.org/projects/libmnl/";)
     (synopsis "Netlink utility library")



reply via email to

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