gnu: perl-text-glob: Update to 0.11.

* gnu/packages/perl.scm (perl-text-glob): Update to 0.11.
master
Tobias Geerinckx-Rice 2018-04-24 11:32:47 +02:00
parent 4e7ec8c06e
commit b6617a1ed8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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/")