guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: perl-io-captureoutput: Update to 1.1105.


From: guix-commits
Subject: 01/07: gnu: perl-io-captureoutput: Update to 1.1105.
Date: Sun, 27 Oct 2019 17:31:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4ba097b35fbea4b8313e8576dedbe18b1ab0d566
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 27 21:43:14 2019 +0100

    gnu: perl-io-captureoutput: Update to 1.1105.
    
    * gnu/packages/perl.scm (perl-io-captureoutput): Update to 1.1105.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 97d754d..d9adf7f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4287,7 +4287,7 @@ Perl IO idioms.  It exports a single function called io, 
which returns a new
 (define-public perl-io-captureoutput
   (package
     (name "perl-io-captureoutput")
-    (version "1.1104")
+    (version "1.1105")
     (source
      (origin
        (method url-fetch)
@@ -4296,8 +4296,7 @@ Perl IO idioms.  It exports a single function called io, 
which returns a new
              version
              ".tar.gz"))
        (sha256
-        (base32
-         "0c437zvzpqi8f0h3nmblwdi2bvsb92b7g30fndr7my9qnky35izw"))))
+        (base32 "11zlfbahac09q3jvwmpijmkwgihwxps85jwy2q7q0wqjragh16df"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/IO-CaptureOutput";)
     (synopsis "Capture STDOUT and STDERR from Perl code, subprocesses or XS")



reply via email to

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