mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-importer: Update to 0.025.
* gnu/packages/perl.scm (perl-importer): Update to 0.025.
This commit is contained in:
parent
780fa70cd3
commit
6208fcf742
1 changed files with 2 additions and 2 deletions
|
@ -3792,7 +3792,7 @@ (define-public perl-hash-multivalue
|
|||
(define-public perl-importer
|
||||
(package
|
||||
(name "perl-importer")
|
||||
(version "0.024")
|
||||
(version "0.025")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3800,7 +3800,7 @@ (define-public perl-importer
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue