Merge pull request #70819 from stigtsp/package/perl-convert-base32-init

perlPackages.ConvertBase32: init at 0.06
This commit is contained in:
Renaud 2019-10-14 10:27:47 +02:00 committed by GitHub
commit d318b546d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2988,6 +2988,22 @@ let
};
};
ConvertBase32 = buildPerlPackage {
pname = "Convert-Base32";
version = "0.06";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IK/IKEGAMI/Convert-Base32-0.06.tar.gz";
sha256 = "4ba82c167c41f455aa8284738727e4c94a2ebcb1c4ce797f6fda07245a642115";
};
buildInputs = [ TestException ];
meta = {
homepage = "https://metacpan.org/pod/Convert::Base32";
description = "Encoding and decoding of base32 strings";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
ConvertColor = buildPerlModule {
pname = "Convert-Color";
version = "0.11";