guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: perl-test-utf8: Update to 1.02.


From: guix-commits
Subject: 01/07: gnu: perl-test-utf8: Update to 1.02.
Date: Fri, 2 Oct 2020 17:15:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 72313ff4ab7dda732378ad61209d299b3a534276
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 2 10:35:29 2020 +0200

    gnu: perl-test-utf8: Update to 1.02.
    
    * gnu/packages/perl-check.scm (perl-test-utf8): Update to 1.02.
---
 gnu/packages/perl-check.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 0aaae65..cc7736c 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1442,15 +1442,14 @@ from boxed blocks of test code.")
 (define-public perl-test-utf8
   (package
     (name "perl-test-utf8")
-    (version "1.01")
+    (version "1.02")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/M/MA/MARKF/"
                            "Test-utf8-" version ".tar.gz"))
        (sha256
-        (base32
-         "0yhvf735v334qqvp9zg7i66qyk6r4cbk5s2psv93d3fdd4bindzg"))))
+        (base32 "1mwbdgbbzm54v7wdw3l80bk73lr4z9i8274zlhjhp0s0b6fg10nz"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-install" ,perl-module-install)))



reply via email to

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