diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-20 21:56:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 17:20:00 +0100 |
commit | a3f4f6f2f1e6b591b05d746ddf5d651a376242ac (patch) | |
tree | b41c86b72a6b915eb7040659180c2dfa657b38b1 /gnu/packages/man.scm | |
parent | 4714b35de5f97fadeda0e055ef8b211be573c5bc (diff) | |
download | guix-a3f4f6f2f1e6b591b05d746ddf5d651a376242ac.tar.gz |
gnu: libpipeline: Update to 1.5.6.
* gnu/packages/man.scm (libpipeline): Update to 1.5.6.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r-- | gnu/packages/man.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 5d4643d842..9e587ba294 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 "http://libpipeline.nongnu.org/") (synopsis "C library for manipulating pipelines of subprocesses") |