mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #70819 from stigtsp/package/perl-convert-base32-init
perlPackages.ConvertBase32: init at 0.06
This commit is contained in:
commit
d318b546d4
1 changed files with 16 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue