guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/17: gnu: libpipeline: Update to 1.5.0.


From: Marius Bakke
Subject: 03/17: gnu: libpipeline: Update to 1.5.0.
Date: Wed, 27 Dec 2017 15:07:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 97156ba242a735abb444fdbac69515dc15a6bbf7
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 20 06:14:52 2017 +0100

    gnu: libpipeline: Update to 1.5.0.
    
    * gnu/packages/man.scm (libpipeline): Update to 1.5.0.
---
 gnu/packages/man.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 8abdaf4..2c91f01 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -38,7 +38,7 @@
 (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 @@
                     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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]