summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-13 20:32:34 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-13 22:57:03 +0100
commitbbaaee631970a03bc8a929fb900fad57894d731d (patch)
tree6ed879ff5214083793a54daeddb2babf793542a2 /gnu/packages/man.scm
parent84f19b1d05fcbf68883d72eb7d25fc8aefe26d62 (diff)
downloadguix-patches-bbaaee631970a03bc8a929fb900fad57894d731d.tar
guix-patches-bbaaee631970a03bc8a929fb900fad57894d731d.tar.gz
gnu: libpipeline: Update to 1.5.2.
* gnu/packages/man.scm (libpipeline): Update to 1.5.2.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r--gnu/packages/man.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 3f31ec96b3..4719777303 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -40,7 +40,7 @@
(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 @@
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")