gnu: perl-importer: Update to 0.025.

* gnu/packages/perl.scm (perl-importer): Update to 0.025.
master
Tobias Geerinckx-Rice 2018-02-19 05:14:45 +01:00
parent 780fa70cd3
commit 6208fcf742
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3792,7 +3792,7 @@ that may contain multiple values per key, inspired by MultiDict of WebOb.")
(define-public perl-importer
(package
(name "perl-importer")
(version "0.024")
(version "0.025")
(source
(origin
(method url-fetch)
@ -3800,7 +3800,7 @@ that may contain multiple values per key, inspired by MultiDict of WebOb.")
version ".tar.gz"))
(sha256
(base32
"0mx50xds7iphxykbr9b0w2qki92l3gpagsdchm4ncsrnxc67c68x"))))
"0iirw6csfbycr6z5s6lgd1zdqdjhb436zcxy1hyh6x3x92616i87"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Importer//")
(synopsis "Alternative but compatible interface to modules that export symbols")