mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: libpipeline: Update to 1.5.0.
* gnu/packages/man.scm (libpipeline): Update to 1.5.0.
This commit is contained in:
parent
1ef03eaae5
commit
97156ba242
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ (define-module (gnu packages man)
|
|||
(define-public libpipeline
|
||||
(package
|
||||
(name "libpipeline")
|
||||
(version "1.4.2")
|
||||
(version "1.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -46,7 +46,7 @@ (define-public libpipeline
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gkrfqkphdc6gk8gic68asallj59i3cfq6nd31ppks0cljdgrwgy"))))
|
||||
"0avg525wvifcvjrwa6i1r6kvahmsswj0mpxrsxzzdzra9wpf2whd"))))
|
||||
(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