guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: perl-perlio-utf8-strict: Update to 0.007.


From: guix-commits
Subject: 13/14: gnu: perl-perlio-utf8-strict: Update to 0.007.
Date: Sat, 23 Mar 2019 09:49:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c422d5d6d2b56147a3992dddc4924355bf6452cc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 22 20:30:11 2019 +0100

    gnu: perl-perlio-utf8-strict: Update to 0.007.
    
    * gnu/packages/perl.scm (perl-perlio-utf8-strict): Update to 0.007.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ff2eaf7..a3425e4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6956,7 +6956,7 @@ with file paths.")
 (define-public perl-perlio-utf8_strict
   (package
     (name "perl-perlio-utf8-strict")
-    (version "0.006")
+    (version "0.007")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -6964,7 +6964,7 @@ with file paths.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0qnmiflirfq10jkmrxyy81ch6hzyndfzxqf8maif0fy44kk1004q"))))
+                "1jw1ri8nkm4ck73arbsld1y2qgj2b9ir01y8mzb3mjs6w0pkz8w3"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-exception" ,perl-test-exception)))



reply via email to

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