guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: libinih: Update to 53.


From: guix-commits
Subject: 01/06: gnu: libinih: Update to 53.
Date: Thu, 11 Mar 2021 17:13:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ed6900f9748ad9fb42be6ba064b67a1dbca893b8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 11 22:37:00 2021 +0100

    gnu: libinih: Update to 53.
    
    * gnu/packages/linux.scm (libinih): Update to 53.
---
 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 e1527ad..a0db0f2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7149,7 +7149,7 @@ IP addresses and routes, and configure IPsec.")
 (define-public libinih
   (package
     (name "libinih")
-    (version "52")
+    (version "53")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7158,7 +7158,7 @@ IP addresses and routes, and configure IPsec.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0lsvm34zabvi1xlximybzvgc58zb90mm3b9babwxlqs05jy871m4"))))
+                "0dqf5j2sw4hq68rqvxbrsf44ygfzx9ypiyzipk4cvp9aimbvsbc6"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Ddistro_install=true" 
"-Ddefault_library=shared")))



reply via email to

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