mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public ronn
|
|||
(define-public libpipeline
|
||||
(package
|
||||
(name "libpipeline")
|
||||
(version "1.5.2")
|
||||
(version "1.5.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -109,7 +109,7 @@ (define-public libpipeline
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ysrn22ixd4nmggy6f7qcsm7waadmlbg2i0n9mh6g7dfq54wcngx"))))
|
||||
"1c5dl017xil2ssb6a5vg927bnsbc9vymfgi9ahvqbb8gypx0igsx"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://libpipeline.nongnu.org/")
|
||||
(synopsis "C library for manipulating pipelines of subprocesses")
|
||||
|
|
Loading…
Reference in a new issue