guix-commits
[Top][All Lists]
Advanced

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

44/416: gnu: libpipeline: Update to 1.5.6.


From: guix-commits
Subject: 44/416: gnu: libpipeline: Update to 1.5.6.
Date: Fri, 14 Apr 2023 15:25:15 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 96386f334e1d8a6fc1055397c3e9a2a300e48fa3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 20 21:56:10 2022 +0200

    gnu: libpipeline: Update to 1.5.6.
    
    * gnu/packages/man.scm (libpipeline): Update to 1.5.6.
---
 gnu/packages/man.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index febcb5a4a8..00efff0387 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -107,7 +107,7 @@ textfiles to roff for terminal display, and also to HTML 
for the web.")
 (define-public libpipeline
   (package
     (name "libpipeline")
-    (version "1.5.3")
+    (version "1.5.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -115,7 +115,7 @@ textfiles to roff for terminal display, and also to HTML 
for the web.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1c5dl017xil2ssb6a5vg927bnsbc9vymfgi9ahvqbb8gypx0igsx"))))
+                "15xpx7kbzkn63ab8mkghv7jkzji8pdbsyxm7ygjji19rvkkvkyv0"))))
     (build-system gnu-build-system)
     (home-page "https://libpipeline.nongnu.org/";)
     (synopsis "C library for manipulating pipelines of subprocesses")



reply via email to

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