This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 77df2a41ec gnu: libnsl: Update to 2.0.1.
77df2a41ec is described below

commit 77df2a41ec3e8cdad35ff7716141ecc8cfb7aedc
Author: Yelninei <[email protected]>
AuthorDate: Tue May 19 15:38:54 2026 +0000

    gnu: libnsl: Update to 2.0.1.
    
    * gnu/packages/onc-rpc.scm (libnsl): Update to 2.0.1.
      [inputs]: Move libtirpc from here...
      [propagated-inputs]: ...to here.
    
    Merges: https://codeberg.org/guix/guix/pulls/8718
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/onc-rpc.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
index 4ba5953f1e..62ddfa2360 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -137,7 +137,7 @@ from the protocol files.")
 (define-public libnsl
   (package
     (name "libnsl")
-    (version "1.3.0")
+    (version "2.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -146,13 +146,13 @@ from the protocol files.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dayj5i4bh65gn7zkciacnwv2a0ghm6nn58d78rsi4zby4lyj5w5"))))
+                "0h4q3ybkj0n4na0988mjalmb6z2lbkb4r7lxl5f1dqa4fnlyh93c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))
     (native-inputs
      (list autoconf automake gettext-minimal libtool pkg-config))
-    (inputs
+    (propagated-inputs
      (list libtirpc))
     (synopsis "Public client interface for NIS(YP) and NIS+")
     (description "Libnsl is the public client interface for the Network

Reply via email to