gnu: libpipeline: Update to 1.5.6.
* gnu/packages/man.scm (libpipeline): Update to 1.5.6.master
parent
4714b35de5
commit
a3f4f6f2f1
|
@ -107,7 +107,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.3")
|
(version "1.5.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -115,7 +115,7 @@ textfiles to roff for terminal display, and also to HTML for the web.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5dl017xil2ssb6a5vg927bnsbc9vymfgi9ahvqbb8gypx0igsx"))))
|
"15xpx7kbzkn63ab8mkghv7jkzji8pdbsyxm7ygjji19rvkkvkyv0"))))
|
||||||
(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 New Issue