gnu: perl-namespace-autoclean: Update to 0.28.

* gnu/packages/perl.scm (perl-namespace-autoclean): Update to 0.28.
This commit is contained in:
Efraim Flashner 2016-11-29 21:39:27 +02:00
parent 199bbbe1ed
commit e4146b0485
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -4756,7 +4756,7 @@ Perl (back to 5.6.0).")
(define-public perl-namespace-autoclean (define-public perl-namespace-autoclean
(package (package
(name "perl-namespace-autoclean") (name "perl-namespace-autoclean")
(version "0.24") (version "0.28")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4764,7 +4764,7 @@ Perl (back to 5.6.0).")
"namespace-autoclean-" version ".tar.gz")) "namespace-autoclean-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0msggbg2zbixxjq1fda19h0yygavxndfzc4j4pq11nfghmawjsb0")))) "0fbcq99yaix1aa99jl3v811dbw24il9jxnh5i2i23mddh4b0lhfd"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-module-build" ,perl-module-build) `(("perl-module-build" ,perl-module-build)