guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libpipeline: Update to 1.4.2.


From: Leo Famulari
Subject: 01/01: gnu: libpipeline: Update to 1.4.2.
Date: Mon, 10 Jul 2017 19:06:51 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit b48063536bf22e1148f247cee36ae8a110220f9e
Author: Leo Famulari <address@hidden>
Date:   Mon Jul 10 15:04:40 2017 -0400

    gnu: libpipeline: Update to 1.4.2.
    
    * gnu/packages/man.scm (libpipeline): Update to 1.4.2.
---
 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 8319a7e..101892a 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -37,7 +37,7 @@
 (define-public libpipeline
   (package
     (name "libpipeline")
-    (version "1.4.0")
+    (version "1.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -45,7 +45,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "1dlvp2mxlhg5zbj509kc60h7g39hpgwkzkpdf855cyzizgkmkivr"))))
+                "1gkrfqkphdc6gk8gic68asallj59i3cfq6nd31ppks0cljdgrwgy"))))
     (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]