gnu: libpipeline: Update to 1.5.3.
* gnu/packages/man.scm (libpipeline): Update to 1.5.3.
This commit is contained in:
parent
748b2c8578
commit
d74a85ec61
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ textfiles to roff for terminal display, and also to HTML for the web.")
|
||||||
(define-public libpipeline
|
(define-public libpipeline
|
||||||
(package
|
(package
|
||||||
(name "libpipeline")
|
(name "libpipeline")
|
||||||
(version "1.5.2")
|
(version "1.5.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -109,7 +109,7 @@ textfiles to roff for terminal display, and also to HTML for the web.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ysrn22ixd4nmggy6f7qcsm7waadmlbg2i0n9mh6g7dfq54wcngx"))))
|
"1c5dl017xil2ssb6a5vg927bnsbc9vymfgi9ahvqbb8gypx0igsx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://libpipeline.nongnu.org/")
|
(home-page "http://libpipeline.nongnu.org/")
|
||||||
(synopsis "C library for manipulating pipelines of subprocesses")
|
(synopsis "C library for manipulating pipelines of subprocesses")
|
||||||
|
|
Reference in a new issue