gnu: libpipeline: Update to 1.5.2.

* gnu/packages/man.scm (libpipeline): Update to 1.5.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-13 20:32:34 +01:00
parent 84f19b1d05
commit bbaaee6319
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -40,7 +40,7 @@ (define-module (gnu packages man)
(define-public libpipeline
(package
(name "libpipeline")
(version "1.5.1")
(version "1.5.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -48,7 +48,7 @@ (define-public libpipeline
version ".tar.gz"))
(sha256
(base32
"0bwh5xz5f2czwb7f564jz1mp4znm8pldnvf65fs0hpw4gmmp0cyn"))))
"1ysrn22ixd4nmggy6f7qcsm7waadmlbg2i0n9mh6g7dfq54wcngx"))))
(build-system gnu-build-system)
(home-page "http://libpipeline.nongnu.org/")
(synopsis "C library for manipulating pipelines of subprocesses")