perlPackages.ConvertBase32: init at 0.06

This commit is contained in:
Stig Palmquist 2019-10-09 03:09:21 +02:00
parent c67a7b0e00
commit 67467400ea
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7

View File

@ -2973,6 +2973,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";