Skip to content
Snippets Groups Projects
Commit bfe52584 authored by Alex Kost's avatar Alex Kost
Browse files

gnu: libpipeline: Update to 1.4.0.

* gnu/packages/man.scm (libpipeline): Update to 1.4.0.
parent d2eb275a
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ (define-module (gnu packages man) ...@@ -37,7 +37,7 @@ (define-module (gnu packages man)
(define-public libpipeline (define-public libpipeline
(package (package
(name "libpipeline") (name "libpipeline")
(version "1.3.0") (version "1.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -45,7 +45,7 @@ (define-public libpipeline ...@@ -45,7 +45,7 @@ (define-public libpipeline
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"12d6ldcj7kv2nv832b23v97g7035d0ybq0ig7h0yr7xk9czd3z7i")))) "1dlvp2mxlhg5zbj509kc60h7g39hpgwkzkpdf855cyzizgkmkivr"))))
(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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment