guix-commits
[Top][All Lists]
Advanced

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

02/14: gnu: libpipeline: Update to 1.5.1.


From: guix-commits
Subject: 02/14: gnu: libpipeline: Update to 1.5.1.
Date: Wed, 27 Feb 2019 09:49:26 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 54d80e31d63740d9f10c836c4e429917c662f14e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 25 10:56:14 2019 +0100

    gnu: libpipeline: Update to 1.5.1.
    
    * gnu/packages/man.scm (libpipeline): Update to 1.5.1.
---
 gnu/packages/man.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 7a81caf..fdb6e72 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Alex Kost <address@hidden>
 ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018, 2019 Rutger Helling <address@hidden>
 ;;; Copyright © 2018, 2019 Marius Bakke <address@hidden>
 ;;;
@@ -40,7 +40,7 @@
 (define-public libpipeline
   (package
     (name "libpipeline")
-    (version "1.5.0")
+    (version "1.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -48,7 +48,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "0avg525wvifcvjrwa6i1r6kvahmsswj0mpxrsxzzdzra9wpf2whd"))))
+                "0bwh5xz5f2czwb7f564jz1mp4znm8pldnvf65fs0hpw4gmmp0cyn"))))
     (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]