guix-commits
[Top][All Lists]
Advanced

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

14/20: gnu: perl-text-glob: Update to 0.11.


From: Tobias Geerinckx-Rice
Subject: 14/20: gnu: perl-text-glob: Update to 0.11.
Date: Thu, 26 Apr 2018 15:09:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b6617a1ed86e8239325111b650b7468f0cc374dc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 24 11:32:47 2018 +0200

    gnu: perl-text-glob: Update to 0.11.
    
    * gnu/packages/perl.scm (perl-text-glob): Update to 0.11.
---
 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 3380ff6..2397b27 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8259,7 +8259,7 @@ to tabs.")
 (define-public perl-text-glob
   (package
     (name "perl-text-glob")
-    (version "0.09")
+    (version "0.11")
     (source
      (origin
        (method url-fetch)
@@ -8267,7 +8267,7 @@ to tabs.")
                            "Text-Glob-" version ".tar.gz"))
        (sha256
         (base32
-         "0lr76wrsj8wcxrq4wi8z1640w4dmdbkznp06q744rg3g0bd238d5"))))
+         "11sj62fynfgwrlgkv5a051cq6yn0pagxqjsz27dxx8phsd4wv706"))))
     (build-system perl-build-system)
     (native-inputs `(("perl-module-build" ,perl-module-build)))
     (home-page "http://search.cpan.org/dist/Text-Glob/";)



reply via email to

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