perlPackages.CPANUploader: 0.103015 -> 0.103018

This commit is contained in:
Stig Palmquist 2023-10-10 11:55:48 +02:00
parent dea63aed3a
commit 6cf512f8cd

View file

@ -4730,10 +4730,10 @@ with self; {
CPANUploader = buildPerlPackage {
pname = "CPAN-Uploader";
version = "0.103015";
version = "0.103018";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/CPAN-Uploader-0.103015.tar.gz";
hash = "sha256-jgh+/jYl3suBaymR/4195K1xkPmGPQSQlnAU9nGfu8U=";
url = "mirror://cpan/authors/id/R/RJ/RJBS/CPAN-Uploader-0.103018.tar.gz";
hash = "sha256-xP/k7enbebOW47/F583w4umCHh8eCH9SO8+nTJ/J4kg=";
};
propagatedBuildInputs = [ FileHomeDir GetoptLongDescriptive LWPProtocolHttps TermReadKey ];
meta = {